Class AuthenticationModuleSaml2ProviderType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationModuleSaml2ProviderType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 provider.

    Java class for AuthenticationModuleSaml2ProviderType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AuthenticationModuleSaml2ProviderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2ProviderMetadataType"/>
             <element name="skipSslValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="metadataTrustCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="linkText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="authenticationRequestBinding" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="verificationKeys" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="nameOfUsernameAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form