Package org.keycloak.config
Class StorageOptions
- java.lang.Object
-
- org.keycloak.config.StorageOptions
-
public class StorageOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageOptions.StorageType
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StorageOptions()
-
-
-
Field Detail
-
STORAGE
public static final Option<StorageOptions.StorageType> STORAGE
-
STORAGE_PROVIDER
public static final Option<StorageOptions.StorageType> STORAGE_PROVIDER
-
STORAGE_EVENT_ADMIN_STORE
public static final Option<StorageOptions.StorageType> STORAGE_EVENT_ADMIN_STORE
-
STORAGE_EVENT_AUTH_STORE
public static final Option<StorageOptions.StorageType> STORAGE_EVENT_AUTH_STORE
-
STORAGE_EXCEPTION_CONVERTER
public static final Option<StorageOptions.StorageType> STORAGE_EXCEPTION_CONVERTER
-
STORAGE_REALM_STORE
public static final Option<StorageOptions.StorageType> STORAGE_REALM_STORE
-
STORAGE_CLIENT_STORE
public static final Option<StorageOptions.StorageType> STORAGE_CLIENT_STORE
-
STORAGE_CLIENT_SCOPE_STORE
public static final Option<StorageOptions.StorageType> STORAGE_CLIENT_SCOPE_STORE
-
STORAGE_GROUP_STORE
public static final Option<StorageOptions.StorageType> STORAGE_GROUP_STORE
-
STORAGE_ROLE_STORE
public static final Option<StorageOptions.StorageType> STORAGE_ROLE_STORE
-
STORAGE_USER_STORE
public static final Option<StorageOptions.StorageType> STORAGE_USER_STORE
-
STORAGE_DEPLOYMENT_STATE_PROVIDER
public static final Option<String> STORAGE_DEPLOYMENT_STATE_PROVIDER
-
STORAGE_DEPLOYMENT_STATE_RESOURCES_VERSION_SEED
public static final Option<String> STORAGE_DEPLOYMENT_STATE_RESOURCES_VERSION_SEED
-
STORAGE_AUTH_SESSION_STORE
public static final Option<StorageOptions.StorageType> STORAGE_AUTH_SESSION_STORE
-
STORAGE_USER_SESSION_STORE
public static final Option<StorageOptions.StorageType> STORAGE_USER_SESSION_STORE
-
STORAGE_LOGIN_FAILURE_STORE
public static final Option<StorageOptions.StorageType> STORAGE_LOGIN_FAILURE_STORE
-
STORAGE_AUTHORIZATION_STORE
public static final Option<StorageOptions.StorageType> STORAGE_AUTHORIZATION_STORE
-
STORAGE_SINGLE_USE_OBJECT_PROVIDER
public static final Option<String> STORAGE_SINGLE_USE_OBJECT_PROVIDER
-
STORAGE_SINGLE_USE_OBJECT_STORE
public static final Option<StorageOptions.StorageType> STORAGE_SINGLE_USE_OBJECT_STORE
-
STORAGE_PUBLIC_KEY_STORAGE_STORE
public static final Option<String> STORAGE_PUBLIC_KEY_STORAGE_STORE
-
STORAGE_CACHE_AUTHORIZATION_ENABLED
public static final Option<String> STORAGE_CACHE_AUTHORIZATION_ENABLED
-
-