Uses of Interface
jakarta.security.jacc.PolicyConfiguration
-
Packages that use PolicyConfiguration Package Description jakarta.security.jacc This package contains the Jakarta Authorization APIorg.wildfly.security.authz.jacc JSR-115 Java Authorization Contract for Containers (JACC) implementation. -
-
Uses of PolicyConfiguration in jakarta.security.jacc
Methods in jakarta.security.jacc that return PolicyConfiguration Modifier and Type Method Description abstract PolicyConfigurationPolicyConfigurationFactory. getPolicyConfiguration()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.abstract PolicyConfigurationPolicyConfigurationFactory. getPolicyConfiguration(String contextID)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.abstract PolicyConfigurationPolicyConfigurationFactory. 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 voidPolicyConfiguration. linkConfiguration(PolicyConfiguration link)Creates a relationship between this configuration and another such that they share the same principal-to-role mappings. -
Uses of PolicyConfiguration in org.wildfly.security.authz.jacc
Methods in org.wildfly.security.authz.jacc that return PolicyConfiguration Modifier and Type Method Description PolicyConfigurationElytronPolicyConfigurationFactory. getPolicyConfiguration()PolicyConfigurationElytronPolicyConfigurationFactory. getPolicyConfiguration(String contextID)PolicyConfigurationElytronPolicyConfigurationFactory. getPolicyConfiguration(String contextID, boolean remove)
-