Uses of Class
org.keycloak.models.map.user.MapUserConsentEntityFields
-
Packages that use MapUserConsentEntityFields Package Description org.keycloak.models.map.user -
-
Uses of MapUserConsentEntityFields in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user that return MapUserConsentEntityFields Modifier and Type Method Description static MapUserConsentEntityFields
MapUserConsentEntityFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapUserConsentEntityFields[]
MapUserConsentEntityFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-