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. handlerTable
This static instance variable contains the mapping of container registeredPolicyContextHandler
objects 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 void
PolicyContext. registerHandler(java.lang.String key, PolicyContextHandler handler, boolean replace)
Method used to register a container specificPolicyContext
handler.
-