| java.lang.Object org.objectweb.jonas.security.jacc.JPolicyContextHandler
JPolicyContextHandler | public class JPolicyContextHandler implements PolicyContextHandler(Code) | | JOnAS class which contains all Context Handler to register inside the
PolicyContext
author: Florent Benoit See Also: jacc See Also: Section 4.6.1 |
JPolicyContextHandler | public JPolicyContextHandler()(Code) | | Default constructor
|
getContext | public Object getContext(String key, Object data) throws PolicyContextException(Code) | | Parameters: key - the key for the object that we want to retrieve Parameters: data - the handler data given by PolicyContext class the object for the specified key and with the given data object throws: PolicyContextException - (never used) See Also: javax.security.jacc.PolicyContextHandler.getContext(java.lang.Stringjava.lang.Object) |
getKeys | public String[] getKeys() throws PolicyContextException(Code) | | Supported keys by this JOnAS Context Handler
See Also: javax.security.jacc.PolicyContextHandler.getKeys |
supports | public boolean supports(String key) throws PolicyContextException(Code) | | Parameters: key - the supported key true if the key is supported, else false. throws: PolicyContextException - (never used here) See Also: javax.security.jacc.PolicyContextHandler.supports(java.lang.String) |
|
|