Uses of Interface
jakarta.security.jacc.PolicyContextHandler
-
Uses of PolicyContextHandler in jakarta.security.jacc
Fields in jakarta.security.jacc with type parameters of type PolicyContextHandlerModifier and TypeFieldDescriptionprivate static Map<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 PolicyContextHandlerModifier and TypeMethodDescriptionstatic voidPolicyContext.registerHandler(String key, PolicyContextHandler handler, boolean replace) Method used to register a container specificPolicyContexthandler.