Class Saml2ServiceProviderAuthenticationModuleType

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

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

    Java class for Saml2ServiceProviderAuthenticationModuleType complex type.

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

     <complexType name="Saml2ServiceProviderAuthenticationModuleType">
       <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}Saml2SigningAlgorithmAuthenticationModuleType" minOccurs="0"/>
             <element name="defaultDigest" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2DigestAuthenticationModuleType" 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}Saml2NameIdAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="keys" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2KeyAuthenticationModuleType" minOccurs="0"/>
             <element name="provider" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderAuthenticationModuleType" maxOccurs="unbounded"/>
             <element name="identityProvider" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderAuthenticationModuleType"/>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderMetadataAuthenticationModuleType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form