| Package | Description |
|---|---|
| org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
| org.jboss.security.authorization.modules | |
| org.jboss.security.authorization.modules.web | |
| org.jboss.security.authorization.util | |
| org.jboss.security.javaee | |
| org.jboss.security.plugins |
Security plugins have moved to the jbosssx cvs module.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyRegistration |
SecurityUtil.getPolicyRegistration()
Performs a JNDI lookup to retrieve the configured
PolicyRegistration. |
| Modifier and Type | Field and Description |
|---|---|
protected PolicyRegistration |
AuthorizationModuleDelegate.policyRegistration
Policy Registration Manager Injected
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationModuleDelegate.setPolicyRegistrationManager(PolicyRegistration pm)
Set the PolicyRegistration manager
Will be used to query for the policies
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebJACCPolicyModuleDelegate.setPolicyRegistrationManager(PolicyRegistration authzM) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.interfaces.PolicyDecisionPoint |
JBossXACMLUtil.getPDP(PolicyRegistration policyRegistration,
String contextID) |
| Modifier and Type | Field and Description |
|---|---|
protected PolicyRegistration |
AbstractJavaEEHelper.policyRegistration |
| Modifier and Type | Method and Description |
|---|---|
PolicyRegistration |
AbstractJavaEEHelper.getPolicyRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJavaEEHelper.setPolicyRegistration(PolicyRegistration policyRegistration) |
| Modifier and Type | Class and Description |
|---|---|
class |
JBossPolicyRegistration
Default implementation of Policy Registration interface
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.