Uses of Class
org.jboss.security.authorization.modules.AuthorizationModuleDelegate

Packages that use AuthorizationModuleDelegate
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
 class AbstractJACCModuleDelegate
          Common methods for the JACC layer
 

Methods in org.jboss.security.authorization.modules that return AuthorizationModuleDelegate
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
 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
 

Uses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.web
 

Subclasses of AuthorizationModuleDelegate in org.jboss.security.authorization.modules.web
 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 © 2009 JBoss Inc.. All Rights Reserved.