org.jboss.security.authorization.modules.web
Class WebPolicyModuleDelegate
java.lang.Object
org.jboss.security.authorization.modules.AuthorizationModuleDelegate
org.jboss.security.authorization.modules.web.WebPolicyModuleDelegate
public class WebPolicyModuleDelegate
- extends AuthorizationModuleDelegate
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))
- Since:
- Jul 21, 2006
- Version:
- $Revision: 62923 $
- Author:
- Anil Saldhana
Method Summary |
int |
authorize(org.jboss.security.authorization.Resource resource,
Subject subject,
org.jboss.security.identity.RoleGroup role)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPolicyModuleDelegate
public WebPolicyModuleDelegate()
authorize
public int authorize(org.jboss.security.authorization.Resource resource,
Subject subject,
org.jboss.security.identity.RoleGroup role)
- Specified by:
authorize
in class AuthorizationModuleDelegate
subject
- Authenticated Subjectrole
- RoleGroup
- Returns:
- See Also:
AuthorizationModule.authorize(Resource)
Copyright © 2009 JBoss Inc.. All Rights Reserved.