Uses of Class
org.keycloak.common.Profile.ProfileName
-
Packages that use Profile.ProfileName Package Description org.keycloak.common org.keycloak.common.profile -
-
Uses of Profile.ProfileName in org.keycloak.common
Methods in org.keycloak.common that return Profile.ProfileName Modifier and Type Method Description Profile.ProfileName
Profile. getName()
static Profile.ProfileName
Profile.ProfileName. valueOf(String name)
Returns the enum constant of this type with the specified name.static Profile.ProfileName[]
Profile.ProfileName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.common with parameters of type Profile.ProfileName Modifier and Type Method Description static Profile
Profile. init(Profile.ProfileName profileName, Map<Profile.Feature,Boolean> features)
-
Uses of Profile.ProfileName in org.keycloak.common.profile
Methods in org.keycloak.common.profile that return Profile.ProfileName Modifier and Type Method Description Profile.ProfileName
CommaSeparatedListProfileConfigResolver. getProfileName()
Profile.ProfileName
ProfileConfigResolver. getProfileName()
Profile.ProfileName
PropertiesFileProfileConfigResolver. getProfileName()
Profile.ProfileName
PropertiesProfileConfigResolver. getProfileName()
-