Uses of Class
org.keycloak.dom.saml.v2.ac.classes.KeyActivationType
-
Packages that use KeyActivationType Package Description org.keycloak.dom.saml.v2.ac.classes -
-
Uses of KeyActivationType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as KeyActivationType Modifier and Type Field Description protected KeyActivationTypePrivateKeyProtectionType. keyActivationprotected KeyActivationTypeSecretKeyProtectionType. keyActivationMethods in org.keycloak.dom.saml.v2.ac.classes 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.classes 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.
-