Class Saml2ProviderAuthenticationModuleType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class Saml2ProviderAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 provider. <p>Java class for Saml2ProviderAuthenticationModuleType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Saml2ProviderAuthenticationModuleType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderMetadataAuthenticationModuleType"/&gt; &lt;element name="skipSslValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="metadataTrustCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="linkText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="authenticationRequestBinding" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="verificationKeys" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="nameOfUsernameAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form