org.apache.geronimo.security.jacc
Class PolicyContextHandlerContainerSubject

java.lang.Object
  extended by org.apache.geronimo.security.jacc.PolicyContextHandlerContainerSubject
All Implemented Interfaces:
PolicyContextHandler

public class PolicyContextHandlerContainerSubject
extends Object
implements PolicyContextHandler

Container Subject Policy Context Handler

See Also:
"JACC v1.0" section 4.6.1.1

Field Summary
static String HANDLER_KEY
           
 
Constructor Summary
PolicyContextHandlerContainerSubject()
           
 
Method Summary
 Object getContext(String key, Object data)
           
 String[] getKeys()
           
 boolean supports(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLER_KEY

public static final String HANDLER_KEY
See Also:
Constant Field Values
Constructor Detail

PolicyContextHandlerContainerSubject

public PolicyContextHandlerContainerSubject()
Method Detail

supports

public boolean supports(String key)
                 throws PolicyContextException
Specified by:
supports in interface PolicyContextHandler
Throws:
PolicyContextException

getKeys

public String[] getKeys()
                 throws PolicyContextException
Specified by:
getKeys in interface PolicyContextHandler
Throws:
PolicyContextException

getContext

public Object getContext(String key,
                         Object data)
                  throws PolicyContextException
Specified by:
getContext in interface PolicyContextHandler
Throws:
PolicyContextException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.