Uses of Class
org.keycloak.dom.saml.v2.ac.ActivationPinType
-
Packages that use ActivationPinType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of ActivationPinType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as ActivationPinType Modifier and Type Field Description protected ActivationPinTypeKeyActivationType. activationPinprotected ActivationPinTypePrincipalAuthenticationMechanismType. activationPinMethods in org.keycloak.dom.saml.v2.ac 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 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.
-