| Package | Description |
|---|---|
| org.jboss.security.javaee |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
AbstractEJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs)
Check if the caller is in any of the roles
|
abstract boolean |
AbstractEJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs,
boolean enforceEJBRestrictions)
Enforce EJB 1.1 restrictions that the role being
checked has to be in the deployment descriptor
|
Copyright © 2013 JBoss Inc.. All Rights Reserved.