Uses of Class
org.forgerock.selfservice.core.StorageType
-
Packages that use StorageType Package Description org.forgerock.selfservice.core org.forgerock.selfservice.core.config -
-
Uses of StorageType in org.forgerock.selfservice.core
Methods in org.forgerock.selfservice.core that return StorageType Modifier and Type Method Description static StorageTypeStorageType. 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 StorageTypeProcessInstanceConfig. getStorageType()Gets the storage type to use.Methods in org.forgerock.selfservice.core.config with parameters of type StorageType Modifier and Type Method Description ProcessInstanceConfigProcessInstanceConfig. setStorageType(StorageType storageType)Sets the storage type to use.
-