Uses of Class
org.keycloak.dom.saml.v2.ac.PrincipalAuthenticationMechanismType
-
Packages that use PrincipalAuthenticationMechanismType Package Description org.keycloak.dom.saml.v2.ac -
-
Uses of PrincipalAuthenticationMechanismType in org.keycloak.dom.saml.v2.ac
Fields in org.keycloak.dom.saml.v2.ac declared as PrincipalAuthenticationMechanismType Modifier and Type Field Description protected PrincipalAuthenticationMechanismTypeAuthnMethodBaseType. principalAuthenticationMechanismMethods in org.keycloak.dom.saml.v2.ac that return PrincipalAuthenticationMechanismType Modifier and Type Method Description PrincipalAuthenticationMechanismTypeAuthnMethodBaseType. getPrincipalAuthenticationMechanism()Gets the value of the principalAuthenticationMechanism property.Methods in org.keycloak.dom.saml.v2.ac with parameters of type PrincipalAuthenticationMechanismType Modifier and Type Method Description voidAuthnMethodBaseType. setPrincipalAuthenticationMechanism(PrincipalAuthenticationMechanismType value)Sets the value of the principalAuthenticationMechanism property.
-