Uses of Class
org.keycloak.dom.saml.v2.ac.ActivationPinType
Packages that use ActivationPinType
-
Uses of ActivationPinType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as ActivationPinTypeModifier and TypeFieldDescriptionprotected ActivationPinTypeKeyActivationType.activationPinprotected ActivationPinTypePrincipalAuthenticationMechanismType.activationPinMethods in org.keycloak.dom.saml.v2.ac that return ActivationPinTypeModifier and TypeMethodDescriptionKeyActivationType.getActivationPin()Gets the value of the activationPin property.PrincipalAuthenticationMechanismType.getActivationPin()Gets the value of the activationPin property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type ActivationPinTypeModifier and TypeMethodDescriptionvoidKeyActivationType.setActivationPin(ActivationPinType value) Sets the value of the activationPin property.voidPrincipalAuthenticationMechanismType.setActivationPin(ActivationPinType value) Sets the value of the activationPin property.