Uses of Class
org.forgerock.selfservice.core.StorageType
-
Packages that use StorageType Package Description org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.config This package contains the service configuration. -
-
Uses of StorageType in org.forgerock.selfservice.core
Methods in org.forgerock.selfservice.core that return StorageType Modifier and Type Method Description static StorageType
StorageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageType[]
StorageType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StorageType in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return StorageType Modifier and Type Method Description StorageType
ProcessInstanceConfig. getStorageType()
Gets the storage type to use.Methods in org.forgerock.selfservice.core.config with parameters of type StorageType Modifier and Type Method Description ProcessInstanceConfig
ProcessInstanceConfig. setStorageType(StorageType storageType)
Sets the storage type to use.
-