Uses of Interface
jakarta.security.jacc.Policy
-
-
Uses of Policy in jakarta.security.jacc
Methods in jakarta.security.jacc that return Policy Modifier and Type Method Description Policy
PolicyFactory. getPolicy()
This method is used to obtain an instance of the provider specific class that implements thePolicy
interface that corresponds to policy context within the provider.abstract Policy
PolicyFactory. getPolicy(java.lang.String contextId)
This method is used to obtain an instance of the provider specific class that implements thePolicy
interface that corresponds to policy context within the provider.Methods in jakarta.security.jacc with parameters of type Policy Modifier and Type Method Description void
PolicyFactory. setPolicy(Policy policy)
Set the context Policy implementation.abstract void
PolicyFactory. setPolicy(java.lang.String contextId, Policy policy)
Set the context Policy implementation.
-