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 KeyActivationType
PrivateKeyProtectionType.keyActivation
protected KeyActivationType
SecretKeyProtectionType.keyActivation
Methods 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 TypeMethodDescriptionvoid
PrivateKeyProtectionType.setKeyActivation
(KeyActivationType value) Sets the value of the keyActivation property.void
SecretKeyProtectionType.setKeyActivation
(KeyActivationType value) Sets the value of the keyActivation property.