Class AuthenticationModuleHttpBasicType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationModuleHttpBasicType
    extends AbstractPasswordAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    Definition of HTTP BASIC authentication module (RFC 7617).

    Java class for AuthenticationModuleHttpBasicType complex type.

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

     <complexType name="AuthenticationModuleHttpBasicType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPasswordAuthenticationModuleType">
           <sequence>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form