Class AuthenticationModuleSaml2ServiceProviderType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationModuleSaml2ServiceProviderType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 authentication module, service provider configuration.

    Java class for AuthenticationModuleSaml2ServiceProviderType complex type.

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

     <complexType name="AuthenticationModuleSaml2ServiceProviderType">
       <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" minOccurs="0"/>
             <element name="aliasForPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="defaultSigningAlgorithm" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2SigningAlgorithmType" minOccurs="0"/>
             <element name="defaultDigest" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2DigestType" minOccurs="0"/>
             <element name="signRequests" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="wantAssertionsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="singleLogoutEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="nameId" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2NameIdType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="keys" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2KeyType" minOccurs="0"/>
             <element name="provider" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2ProviderType" maxOccurs="unbounded"/>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2ProviderMetadataType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form