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 |
Modifier and Type | Class and Description |
---|---|
class |
SecurityRoleRef
Represents a Security Role Ref element in the deployment descriptor
|
Modifier and Type | Field and Description |
---|---|
protected Set<SecurityRoleRef> |
EJBPolicyModuleDelegate.securityRoleReferences |
Modifier and Type | Field and Description |
---|---|
protected Set<SecurityRoleRef> |
JavaEEResource.securityRoleReferences |
Modifier and Type | Method and Description |
---|---|
Set<SecurityRoleRef> |
JavaEEResource.getSecurityRoleReferences()
Get the set of Security Role Reference objects
defined in the deployment descriptor
|
Modifier and Type | Method and Description |
---|---|
void |
JavaEEResource.setSecurityRoleReferences(Set<SecurityRoleRef> securityRoleReferences)
Set the security role references
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractEJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs)
Deprecated.
|
abstract boolean |
AbstractEJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs,
boolean enforceEJBRestrictions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs) |
boolean |
EJBAuthorizationHelper.isCallerInRole(String roleName,
String ejbName,
Principal ejbPrincipal,
Subject callerSubject,
String contextID,
Set<SecurityRoleRef> securityRoleRefs,
boolean enforceEJBRestrictions) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.