Uses of Class
org.jboss.security.authorization.modules.AuthorizationModuleDelegate
-
Packages that use AuthorizationModuleDelegate Package Description org.jboss.security.authorization.modules org.jboss.security.authorization.modules.ejb org.jboss.security.authorization.modules.web -
-
Uses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules
Subclasses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules Modifier and Type Class Description class
AbstractJACCModuleDelegate
Common methods for the JACC layerMethods in org.jboss.security.authorization.modules that return AuthorizationModuleDelegate Modifier and Type Method Description protected AuthorizationModuleDelegate
AbstractAuthorizationModule. getDelegate(String delegateStr)
Load the delegate -
Uses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.ejb
Subclasses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.ejb Modifier and Type Class Description class
EJBJACCPolicyModuleDelegate
Authorization Module delegate that deals with the authorization decisions for the EJB Layerclass
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 -
Uses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.web
Subclasses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.web Modifier and Type Class Description class
WebJACCPolicyModuleDelegate
JACC based authorization module helper that deals with the web layer authorization decisionsclass
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
-