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) |
Constructor and Description |
---|
AuthorizationInterceptor(EJBMethodSecurityAttribute ejbMethodSecurityMetaData,
String viewClassName,
Method viewMethod) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.