Uses of Class
io.jans.as.model.jwk.KeySelectionStrategy
-
Packages that use KeySelectionStrategy Package Description io.jans.as.model.configuration io.jans.as.model.crypto io.jans.as.model.jwk -
-
Uses of KeySelectionStrategy in io.jans.as.model.configuration
Fields in io.jans.as.model.configuration declared as KeySelectionStrategy Modifier and Type Field Description static KeySelectionStrategy
AppConfiguration. DEFAULT_KEY_SELECTION_STRATEGY
Methods in io.jans.as.model.configuration that return KeySelectionStrategy Modifier and Type Method Description KeySelectionStrategy
AppConfiguration. getKeySelectionStrategy()
Methods in io.jans.as.model.configuration with parameters of type KeySelectionStrategy Modifier and Type Method Description void
AppConfiguration. setKeySelectionStrategy(KeySelectionStrategy keySelectionStrategy)
-
Uses of KeySelectionStrategy in io.jans.as.model.crypto
Constructors in io.jans.as.model.crypto with parameters of type KeySelectionStrategy Constructor Description AuthCryptoProvider(String keyStoreFile, String keyStoreSecret, String dnName, boolean rejectNoneAlg, KeySelectionStrategy keySelectionStrategy)
-
Uses of KeySelectionStrategy in io.jans.as.model.jwk
Methods in io.jans.as.model.jwk that return KeySelectionStrategy Modifier and Type Method Description static KeySelectionStrategy
KeySelectionStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeySelectionStrategy[]
KeySelectionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-