Uses of Class
org.keycloak.representations.idm.PartialImportRepresentation.Policy
-
Packages that use PartialImportRepresentation.Policy Package Description org.keycloak.representations.idm -
-
Uses of PartialImportRepresentation.Policy in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as PartialImportRepresentation.Policy Modifier and Type Field Description protected PartialImportRepresentation.Policy
PartialImportRepresentation. policy
Methods in org.keycloak.representations.idm that return PartialImportRepresentation.Policy Modifier and Type Method Description PartialImportRepresentation.Policy
PartialImportRepresentation. getPolicy()
static PartialImportRepresentation.Policy
PartialImportRepresentation.Policy. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartialImportRepresentation.Policy[]
PartialImportRepresentation.Policy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-