org.apache.geronimo.security.jacc
Class PolicyContextHandlerContainerSubject
java.lang.Object
  
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HANDLER_KEY
public static final String HANDLER_KEY
- See Also:
 - Constant Field Values
 
PolicyContextHandlerContainerSubject
public PolicyContextHandlerContainerSubject()
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.