Package | Description |
---|---|
org.jboss.as.ejb3.component | |
org.jboss.as.ejb3.security | |
org.jboss.as.ejb3.security.service |
Modifier and Type | Method and Description |
---|---|
ApplicableMethodInformation<EJBMethodSecurityAttribute> |
EJBComponentDescription.getAnnotationMethodPermissions() |
ApplicableMethodInformation<EJBMethodSecurityAttribute> |
EJBComponentDescription.getDescriptorMethodPermissions() |
Modifier and Type | Field and Description |
---|---|
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.DENY_ALL |
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.NONE |
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.PERMIT_ALL |
Modifier and Type | Method and Description |
---|---|
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.denyAll() |
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.none() |
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.permitAll() |
static EJBMethodSecurityAttribute |
EJBMethodSecurityAttribute.rolesAllowed(Set<String> roles) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EjbJaccConfigurator.createPermissions(EjbJaccConfig ejbJaccConfig,
EJBComponentDescription description,
EJBViewConfiguration ejbViewConfiguration,
Method viewMethod,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) |
Constructor and Description |
---|
AuthorizationInterceptor(EJBMethodSecurityAttribute ejbMethodSecurityMetaData,
String viewClassName,
Method viewMethod,
String contextID) |
Modifier and Type | Method and Description |
---|---|
EJBMethodSecurityAttribute |
EJBViewMethodSecurityAttributesService.getSecurityAttributes(Method viewMethod)
Returns the
EJBMethodSecurityAttribute associated with the passed view method. |
Modifier and Type | Method and Description |
---|---|
void |
EJBViewMethodSecurityAttributesService.Builder.addMethodSecurityMetadata(Method viewMethod,
EJBMethodSecurityAttribute securityAttribute) |
Constructor and Description |
---|
EJBViewMethodSecurityAttributesService(Map<Method,EJBMethodSecurityAttribute> securityAttributes) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.