Package org.keycloak.common
Enum Class Profile.Feature
- All Implemented Interfaces:
Serializable
,Comparable<Profile.Feature>
,Constable
- Enclosing class:
- Profile
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Get the key that uniquely identifies this featuregetLabel()
getType()
Return the key without any versioning.int
Return the key in the form key:v{version}boolean
static Profile.Feature
Returns the enum constant of this class with the specified name.static Profile.Feature[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTHORIZATION
-
ACCOUNT_API
-
ACCOUNT_V3
-
ADMIN_FINE_GRAINED_AUTHZ
-
ADMIN_API
-
ADMIN_V2
-
LOGIN_V2
-
LOGIN_V1
-
DOCKER
-
IMPERSONATION
-
SCRIPTS
-
TOKEN_EXCHANGE
-
WEB_AUTHN
-
CLIENT_POLICIES
-
CIBA
-
PAR
-
DYNAMIC_SCOPES
-
CLIENT_SECRET_ROTATION
-
STEP_UP_AUTHENTICATION
-
KERBEROS
-
RECOVERY_CODES
-
UPDATE_EMAIL
-
FIPS
-
DPOP
-
DEVICE_FLOW
-
TRANSIENT_USERS
-
MULTI_SITE
-
CLUSTERLESS
-
CLIENT_TYPES
-
HOSTNAME_V2
-
PERSISTENT_USER_SESSIONS
-
OID4VC_VCI
-
OPENTELEMETRY
-
DECLARATIVE_UI
-
ORGANIZATION
-
PASSKEYS
-
CACHE_EMBEDDED_REMOTE_STORE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
Get the key that uniquely identifies this featuregetVersionedKey()
should instead be shown to users where possible. -
getUnversionedKey
Return the key without any versioning. All features of the same type will share this key. -
getVersionedKey
Return the key in the form key:v{version} -
getLabel
-
getType
-
getDependencies
-
getVersion
public int getVersion() -
isAvailable
public boolean isAvailable()
-