Uses of Class
org.keycloak.dom.saml.v2.ac.KeyActivationType
-
Packages that use KeyActivationType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of KeyActivationType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as KeyActivationType Modifier and Type Field Description protected KeyActivationTypePrivateKeyProtectionType. keyActivationprotected KeyActivationTypeSecretKeyProtectionType. keyActivationMethods in org.keycloak.dom.saml.v2.ac that return KeyActivationType Modifier and Type Method Description KeyActivationTypePrivateKeyProtectionType. getKeyActivation()Gets the value of the keyActivation property.KeyActivationTypeSecretKeyProtectionType. getKeyActivation()Gets the value of the keyActivation property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type KeyActivationType Modifier and Type Method Description voidPrivateKeyProtectionType. setKeyActivation(KeyActivationType value)Sets the value of the keyActivation property.voidSecretKeyProtectionType. setKeyActivation(KeyActivationType value)Sets the value of the keyActivation property.
-