Uses of Class
org.keycloak.dom.saml.v2.ac.classes.ActivationPinType
-
Packages that use ActivationPinType Package Description org.keycloak.dom.saml.v2.ac.classes -
-
Uses of ActivationPinType in org.keycloak.dom.saml.v2.ac.classes
Fields in org.keycloak.dom.saml.v2.ac.classes declared as ActivationPinType Modifier and Type Field Description protected ActivationPinTypeKeyActivationType. activationPinprotected ActivationPinTypePrincipalAuthenticationMechanismType. activationPinMethods in org.keycloak.dom.saml.v2.ac.classes that return ActivationPinType Modifier and Type Method Description ActivationPinTypeKeyActivationType. getActivationPin()Gets the value of the activationPin property.ActivationPinTypePrincipalAuthenticationMechanismType. getActivationPin()Gets the value of the activationPin property.Methods in org.keycloak.dom.saml.v2.ac.classes with parameters of type ActivationPinType Modifier and Type Method Description voidKeyActivationType. setActivationPin(ActivationPinType value)Sets the value of the activationPin property.voidPrincipalAuthenticationMechanismType. setActivationPin(ActivationPinType value)Sets the value of the activationPin property.
-