Package | Description |
---|---|
org.jboss.security.authorization.modules | |
org.jboss.security.authorization.modules.ejb | |
org.jboss.security.authorization.modules.web |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJACCModuleDelegate
Common methods for the JACC layer
|
Modifier and Type | Method and Description |
---|---|
protected AuthorizationModuleDelegate |
AbstractAuthorizationModule.getDelegate(String delegateStr)
Load the delegate
|
Modifier and Type | Class and Description |
---|---|
class |
EJBJACCPolicyModuleDelegate
Authorization Module delegate that deals with the authorization decisions
for the EJB Layer
|
class |
EJBPolicyModuleDelegate
Authorization Module delegate that deals with the authorization decisions
for the EJB Layer (Default Behavior)
|
class |
EJBXACMLPolicyModuleDelegate
Authorization Module Delegate that deals with the authorization decisions
for the EJB Layer
|
Modifier and Type | Class and Description |
---|---|
class |
WebJACCPolicyModuleDelegate
JACC based authorization module helper that deals with the web layer
authorization decisions
|
class |
WebPolicyModuleDelegate
Authorization Module Delegate that deals with the default authorization
behavior (Simply returns PERMIT, because the final decision will be
made by the base class of Realm (RealmBase))
|
class |
WebXACMLPolicyModuleDelegate
XACML based authorization module helper that deals with the web layer
authorization decisions
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.