Package org.keycloak.common
Enum Profile.Feature
- All Implemented Interfaces:
Serializable,Comparable<Profile.Feature>
- Enclosing class:
- Profile
-
Nested Class Summary
Nested Classes -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Get the key that uniquely identifies this featuregetLabel()getType()Return the key without any versioning.intReturn the key in the form key:v{version}booleanstatic Profile.FeatureReturns the enum constant of this type with the specified name.static Profile.Feature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AUTHORIZATION
-
ACCOUNT_API
-
ACCOUNT_V3
-
ADMIN_FINE_GRAINED_AUTHZ
-
ADMIN_FINE_GRAINED_AUTHZ_V2
-
ADMIN_API
-
ADMIN_V2
-
LOGIN_V2
-
LOGIN_V1
-
QUICK_THEME
-
DOCKER
-
IMPERSONATION
-
SCRIPTS
-
TOKEN_EXCHANGE
-
TOKEN_EXCHANGE_STANDARD_V2
-
TOKEN_EXCHANGE_EXTERNAL_INTERNAL_V2
-
WEB_AUTHN
-
CLIENT_POLICIES
-
CIBA
-
PAR
-
DYNAMIC_SCOPES
-
CLIENT_SECRET_ROTATION
-
STEP_UP_AUTHENTICATION
-
CLIENT_AUTH_FEDERATED
-
SPIFFE
-
KUBERNETES_SERVICE_ACCOUNTS
-
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
-
PASSKEYS_CONDITIONAL_UI_AUTHENTICATOR
-
USER_EVENT_METRICS
-
IPA_TUURA_FEDERATION
-
LOGOUT_ALL_SESSIONS_V1
-
ROLLING_UPDATES_V1
-
ROLLING_UPDATES_V2
-
WORKFLOWS
-
LOG_MDC
-
DB_TIDB
-
INSTAGRAM_BROKER
Deprecated.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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() -
getUpdatePolicy
-