Uses of Class
org.keycloak.dom.saml.v2.ac.classes.KeyActivationType
Packages that use KeyActivationType
-
Uses of KeyActivationType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as KeyActivationTypeModifier and TypeFieldDescriptionprotected KeyActivationTypePrivateKeyProtectionType.keyActivationprotected KeyActivationTypeSecretKeyProtectionType.keyActivationMethods in org.keycloak.dom.saml.v2.ac.classes that return KeyActivationTypeModifier and TypeMethodDescriptionPrivateKeyProtectionType.getKeyActivation()Gets the value of the keyActivation property.SecretKeyProtectionType.getKeyActivation()Gets the value of the keyActivation property.Methods in org.keycloak.dom.saml.v2.ac.classes with parameters of type KeyActivationTypeModifier and TypeMethodDescriptionvoidPrivateKeyProtectionType.setKeyActivation(KeyActivationType value) Sets the value of the keyActivation property.voidSecretKeyProtectionType.setKeyActivation(KeyActivationType value) Sets the value of the keyActivation property.