Example usage for Java javax.security.jacc PolicyContext fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getContext(String key) This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container. |
void | registerHandler(String key, PolicyContextHandler handler, boolean replace) Authorization protected method used to register a container specific PolicyContext handler. |