Class OriginalAuthnMethodBaseType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
org.keycloak.dom.saml.v2.ac.classes.OriginalAuthnMethodBaseType
- Direct Known Subclasses:
AuthnMethodBaseType
Java class for AuthnMethodBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnMethodBaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}PrincipalAuthenticationMechanism" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Authenticator" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}AuthenticatorTransportProtocol" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AuthenticatorBaseType
protected AuthenticatorTransportProtocolType
protected PrincipalAuthenticationMechanismType
Fields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authenticator property.Gets the value of the authenticatorTransportProtocol property.Gets the value of the principalAuthenticationMechanism property.void
Sets the value of the authenticator property.void
Sets the value of the authenticatorTransportProtocol property.void
Sets the value of the principalAuthenticationMechanism property.Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
Field Details
-
principalAuthenticationMechanism
-
authenticator
-
authenticatorTransportProtocol
-
-
Constructor Details
-
OriginalAuthnMethodBaseType
public OriginalAuthnMethodBaseType()
-
-
Method Details
-
getPrincipalAuthenticationMechanism
Gets the value of the principalAuthenticationMechanism property.- Returns:
- possible object is
PrincipalAuthenticationMechanismType
-
setPrincipalAuthenticationMechanism
Sets the value of the principalAuthenticationMechanism property.- Parameters:
value
- allowed object isPrincipalAuthenticationMechanismType
-
getAuthenticator
Gets the value of the authenticator property.- Returns:
- possible object is
AuthenticatorBaseType
-
setAuthenticator
Sets the value of the authenticator property.- Parameters:
value
- allowed object isAuthenticatorBaseType
-
getAuthenticatorTransportProtocol
Gets the value of the authenticatorTransportProtocol property.- Returns:
- possible object is
AuthenticatorTransportProtocolType
-
setAuthenticatorTransportProtocol
Sets the value of the authenticatorTransportProtocol property.- Parameters:
value
- allowed object isAuthenticatorTransportProtocolType
-