Class Saml2ServiceProviderAuthenticationModuleType

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

    public class Saml2ServiceProviderAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 authentication module, service provider configuration. <p>Java class for Saml2ServiceProviderAuthenticationModuleType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Saml2ServiceProviderAuthenticationModuleType"&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" minOccurs="0"/&gt; &lt;element name="aliasForPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="defaultSigningAlgorithm" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2SigningAlgorithmAuthenticationModuleType" minOccurs="0"/&gt; &lt;element name="defaultDigest" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2DigestAuthenticationModuleType" minOccurs="0"/&gt; &lt;element name="signRequests" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="wantAssertionsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="singleLogoutEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="nameId" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2NameIdAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="keys" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2KeyAuthenticationModuleType" minOccurs="0"/&gt; &lt;element name="provider" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderAuthenticationModuleType" maxOccurs="unbounded"/&gt; &lt;element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2ProviderMetadataAuthenticationModuleType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form