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