Uses of Interface
jakarta.security.jacc.PolicyConfiguration
-
Uses of PolicyConfiguration in jakarta.security.jacc
Methods in jakarta.security.jacc that return PolicyConfiguration Modifier and Type Method Description abstract PolicyConfiguration
PolicyConfigurationFactory. getPolicyConfiguration(String contextID, boolean remove)
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.Methods in jakarta.security.jacc with parameters of type PolicyConfiguration Modifier and Type Method Description void
PolicyConfiguration. linkConfiguration(PolicyConfiguration link)
Creates a relationship between this configuration and another such that they share the same principal-to-role mappings.