Uses of Interface
jakarta.security.jacc.PolicyContextHandler
-
-
Uses of PolicyContextHandler in jakarta.security.jacc
Fields in jakarta.security.jacc with type parameters of type PolicyContextHandler Modifier and Type Field Description private static java.util.Map<java.lang.String,PolicyContextHandler>PolicyContext. handlerTableThis static instance variable contains the mapping of container registeredPolicyContextHandlerobjects with the keys that identify the context objects returned by the handlers.Methods in jakarta.security.jacc with parameters of type PolicyContextHandler Modifier and Type Method Description static voidPolicyContext. registerHandler(java.lang.String key, PolicyContextHandler handler, boolean replace)Method used to register a container specificPolicyContexthandler.
-