Uses of Class
org.keycloak.common.enums.AccountRestApiVersion
-
Packages that use AccountRestApiVersion Package Description org.keycloak.common.enums -
-
Uses of AccountRestApiVersion in org.keycloak.common.enums
Fields in org.keycloak.common.enums declared as AccountRestApiVersion Modifier and Type Field Description static AccountRestApiVersionAccountRestApiVersion. DEFAULTMethods in org.keycloak.common.enums that return AccountRestApiVersion Modifier and Type Method Description static AccountRestApiVersionAccountRestApiVersion. get(String strVersion)static AccountRestApiVersionAccountRestApiVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountRestApiVersion[]AccountRestApiVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-