Uses of Class
org.keycloak.dom.saml.v2.ac.KeyStorageType
-
Packages that use KeyStorageType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of KeyStorageType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as KeyStorageType Modifier and Type Field Description protected KeyStorageType
PrivateKeyProtectionType. keyStorage
protected KeyStorageType
SecretKeyProtectionType. keyStorage
Methods in org.keycloak.dom.saml.v2.ac that return KeyStorageType Modifier and Type Method Description KeyStorageType
PrivateKeyProtectionType. getKeyStorage()
Gets the value of the keyStorage property.KeyStorageType
SecretKeyProtectionType. getKeyStorage()
Gets the value of the keyStorage property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type KeyStorageType Modifier and Type Method Description void
PrivateKeyProtectionType. setKeyStorage(KeyStorageType value)
Sets the value of the keyStorage property.void
SecretKeyProtectionType. setKeyStorage(KeyStorageType value)
Sets the value of the keyStorage property.
-