Uses of Class
io.jans.as.model.common.WebKeyStorage
-
Packages that use WebKeyStorage Package Description io.jans.as.model.common io.jans.as.model.configuration -
-
Uses of WebKeyStorage in io.jans.as.model.common
Methods in io.jans.as.model.common that return WebKeyStorage Modifier and Type Method Description static WebKeyStorageWebKeyStorage. fromString(String string)static WebKeyStorageWebKeyStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static WebKeyStorage[]WebKeyStorage. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebKeyStorage in io.jans.as.model.configuration
Methods in io.jans.as.model.configuration that return WebKeyStorage Modifier and Type Method Description WebKeyStorageAppConfiguration. getWebKeysStorage()Methods in io.jans.as.model.configuration with parameters of type WebKeyStorage Modifier and Type Method Description voidAppConfiguration. setWebKeysStorage(WebKeyStorage webKeysStorage)
-