Uses of Class
org.jboss.security.javaee.SecurityRoleRef
-
Packages that use SecurityRoleRef Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.authorization.modules.ejb org.jboss.security.authorization.resources org.jboss.security.javaee org.jboss.security.plugins.javaee -
-
Uses of SecurityRoleRef in org.jboss.security
Subclasses of SecurityRoleRef in org.jboss.security Modifier and Type Class Description classSecurityRoleRefRepresents a Security Role Ref element in the deployment descriptor -
Uses of SecurityRoleRef in org.jboss.security.authorization.modules.ejb
Fields in org.jboss.security.authorization.modules.ejb with type parameters of type SecurityRoleRef Modifier and Type Field Description protected Set<SecurityRoleRef>EJBPolicyModuleDelegate. securityRoleReferences -
Uses of SecurityRoleRef in org.jboss.security.authorization.resources
Fields in org.jboss.security.authorization.resources with type parameters of type SecurityRoleRef Modifier and Type Field Description protected Set<SecurityRoleRef>JavaEEResource. securityRoleReferencesMethods in org.jboss.security.authorization.resources that return types with arguments of type SecurityRoleRef Modifier and Type Method Description Set<SecurityRoleRef>JavaEEResource. getSecurityRoleReferences()Get the set of Security Role Reference objects defined in the deployment descriptorMethod parameters in org.jboss.security.authorization.resources with type arguments of type SecurityRoleRef Modifier and Type Method Description voidJavaEEResource. setSecurityRoleReferences(Set<SecurityRoleRef> securityRoleReferences)Set the security role references -
Uses of SecurityRoleRef in org.jboss.security.javaee
Method parameters in org.jboss.security.javaee with type arguments of type SecurityRoleRef Modifier and Type Method Description abstract booleanAbstractEJBAuthorizationHelper. isCallerInRole(String roleName, String ejbName, Principal ejbPrincipal, Subject callerSubject, String contextID, Set<SecurityRoleRef> securityRoleRefs)Deprecated.abstract booleanAbstractEJBAuthorizationHelper. isCallerInRole(String roleName, String ejbName, Principal ejbPrincipal, Subject callerSubject, String contextID, Set<SecurityRoleRef> securityRoleRefs, boolean enforceEJBRestrictions)Deprecated. -
Uses of SecurityRoleRef in org.jboss.security.plugins.javaee
Method parameters in org.jboss.security.plugins.javaee with type arguments of type SecurityRoleRef Modifier and Type Method Description booleanEJBAuthorizationHelper. isCallerInRole(String roleName, String ejbName, Principal ejbPrincipal, Subject callerSubject, String contextID, Set<SecurityRoleRef> securityRoleRefs)booleanEJBAuthorizationHelper. isCallerInRole(String roleName, String ejbName, Principal ejbPrincipal, Subject callerSubject, String contextID, Set<SecurityRoleRef> securityRoleRefs, boolean enforceEJBRestrictions)
-