Class PasswordHistoryEntryType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for PasswordHistoryEntryType complex type.

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

     <complexType name="PasswordHistoryEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/>
             <element name="value" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="changeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form