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 WebKeyStorage
WebKeyStorage. fromString(String string)
static WebKeyStorage
WebKeyStorage. 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 WebKeyStorage
AppConfiguration. getWebKeysStorage()
Methods in io.jans.as.model.configuration with parameters of type WebKeyStorage Modifier and Type Method Description void
AppConfiguration. setWebKeysStorage(WebKeyStorage webKeysStorage)
-