PolicyEnforcementProvider
data class PolicyEnforcementProvider(val version: String, val id: String, val name: String, val description: String)
A data class representing a policy enforcement provider.
Functions
Link copied to clipboard
Adds an AuthorizationAtom to this policy enforcement provider.
Link copied to clipboard
Gets an AuthorizationAtom from this policy enforcement provider.
Link copied to clipboard
Replaces variables in the given list of strings with their corresponding values from the given map of variables. If the list of strings is null, null is returned. If the map of variables is null or empty, the original list of strings is returned.
Properties
Link copied to clipboard
The list of AuthorizationAtom instances for this policy enforcement provider.
Link copied to clipboard
The description of the policy enforcement provider.