org.jboss.security.authorization.modules.ejb
Class EJBJACCPolicyModuleDelegate
java.lang.Object
org.jboss.security.authorization.modules.AuthorizationModuleDelegate
org.jboss.security.authorization.modules.AbstractJACCModuleDelegate
org.jboss.security.authorization.modules.ejb.EJBJACCPolicyModuleDelegate
public class EJBJACCPolicyModuleDelegate
- extends AbstractJACCModuleDelegate
Authorization Module delegate that deals with the authorization decisions
for the EJB Layer
- Since:
- Jul 6, 2006
- Version:
- $Revision: 86122 $
- Author:
- Anil Saldhana
Method Summary |
int |
authorize(org.jboss.security.authorization.Resource resource,
Subject callerSubject,
org.jboss.security.identity.RoleGroup role)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBJACCPolicyModuleDelegate
public EJBJACCPolicyModuleDelegate()
authorize
public int authorize(org.jboss.security.authorization.Resource resource,
Subject callerSubject,
org.jboss.security.identity.RoleGroup role)
- Specified by:
authorize
in class AbstractJACCModuleDelegate
callerSubject
- Authenticated Subjectrole
- RoleGroup
- Returns:
- See Also:
AuthorizationModuleDelegate#authorize(Resource)
Copyright © 2009 JBoss Inc.. All Rights Reserved.