Uses of Interface
javax.security.jacc.PolicyContextHandler
-
-
Uses of PolicyContextHandler in javax.security.jacc
Fields in javax.security.jacc with type parameters of type PolicyContextHandler Modifier and Type Field Description private static java.util.Map<java.lang.String,PolicyContextHandler>
PolicyContext. handlerMap
Methods in javax.security.jacc with parameters of type PolicyContextHandler Modifier and Type Method Description static void
PolicyContext. registerHandler(java.lang.String key, PolicyContextHandler handler, boolean replace)
Authorization protected method used to register a container specificPolicyContext
handler.
-