Class PasswordHistoryEntryType

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

    public class PasswordHistoryEntryType
    extends Object
    implements Serializable, Cloneable, Containerable
    Contains a single entry of the password history. It contains a historical value of a password together with essential metadata. <p>Java class for PasswordHistoryEntryType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PasswordHistoryEntryType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/&gt; &lt;element name="value" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/&gt; &lt;element name="changeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form