Class AuthnMethodBaseType

java.lang.Object
org.keycloak.dom.saml.v2.ac.AuthnMethodBaseType

public class AuthnMethodBaseType extends Object

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}PrincipalAuthenticationMechanism" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac}Authenticator" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac}AuthenticatorTransportProtocol" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>