Package | Description |
---|---|
org.jboss.as.ejb3.component | |
org.jboss.as.ejb3.security |
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,
DeploymentReflectionIndex index,
ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) |
Constructor and Description |
---|
AuthorizationInterceptor(EJBMethodSecurityAttribute ejbMethodSecurityMetaData,
String viewClassName,
Method viewMethod,
String contextID) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.