Class HttpHeaderAuthenticationModuleType

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

    public class HttpHeaderAuthenticationModuleType
    extends AbstractAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    Pseudo-authentication for pre-authenticated users. Based on HTTP header values. <p>Java class for HttpHeaderAuthenticationModuleType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="HttpHeaderAuthenticationModuleType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType"&gt; &lt;sequence&gt; &lt;element name="usernameHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="logoutUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form