org.apache.geronimo.security.jacc
Class PolicyContextHandlerHttpServletRequest

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

public class PolicyContextHandlerHttpServletRequest
extends Object
implements PolicyContextHandler


Field Summary
static String HANDLER_KEY
           
 
Constructor Summary
PolicyContextHandlerHttpServletRequest()
           
 
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

PolicyContextHandlerHttpServletRequest

public PolicyContextHandlerHttpServletRequest()
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.