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 classAbstractJACCModuleDelegateCommon methods for the JACC layerMethods in org.jboss.security.authorization.modules that return AuthorizationModuleDelegate Modifier and Type Method Description protected AuthorizationModuleDelegateAbstractAuthorizationModule. 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 classEJBJACCPolicyModuleDelegateAuthorization Module delegate that deals with the authorization decisions for the EJB LayerclassEJBPolicyModuleDelegateAuthorization Module delegate that deals with the authorization decisions for the EJB Layer (Default Behavior)classEJBXACMLPolicyModuleDelegateAuthorization 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 classWebJACCPolicyModuleDelegateJACC based authorization module helper that deals with the web layer authorization decisionsclassWebPolicyModuleDelegateAuthorization 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))classWebXACMLPolicyModuleDelegateXACML based authorization module helper that deals with the web layer authorization decisions
-