Class AuthenticationBehavioralDataType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    AbstractCredentialType

    public class AuthenticationBehavioralDataType
    extends Object
    implements Serializable, Cloneable, Containerable
    Behavioral data about past authentications. <p>Java class for AuthenticationBehavioralDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AuthenticationBehavioralDataType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="failedLogins" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="lastSuccessfulLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginEventType" minOccurs="0"/&gt; &lt;element name="previousSuccessfulLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginEventType" minOccurs="0"/&gt; &lt;element name="lastFailedLogin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginEventType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form