Class PasswordHistoryEntryType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordHistoryEntryType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class PasswordHistoryEntryType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Contains a single entry of the password history. It contains a historical value of a password together with essential metadata.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CHANGE_TIMESTAMP
static ItemName
F_METADATA
static ItemName
F_VALUE
static Producer<PasswordHistoryEntryType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PasswordHistoryEntryType()
PasswordHistoryEntryType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataType
beginMetadata()
PasswordHistoryEntryType
changeTimestamp(String value)
PasswordHistoryEntryType
changeTimestamp(XMLGregorianCalendar value)
PasswordHistoryEntryType
clone()
<X> X
end()
boolean
equals(Object other)
XMLGregorianCalendar
getChangeTimestamp()
MetadataType
getMetadata()
ProtectedStringType
getValue()
PasswordHistoryEntryType
id(Long value)
PasswordHistoryEntryType
metadata(MetadataType value)
void
setChangeTimestamp(XMLGregorianCalendar value)
void
setMetadata(MetadataType value)
void
setValue(ProtectedStringType value)
PasswordHistoryEntryType
value(ProtectedStringType value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Constructor Detail
-
PasswordHistoryEntryType
public PasswordHistoryEntryType()
-
PasswordHistoryEntryType
@Deprecated public PasswordHistoryEntryType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getMetadata
public MetadataType getMetadata()
-
setMetadata
public void setMetadata(MetadataType value)
-
getValue
public ProtectedStringType getValue()
-
setValue
public void setValue(ProtectedStringType value)
-
getChangeTimestamp
public XMLGregorianCalendar getChangeTimestamp()
-
setChangeTimestamp
public void setChangeTimestamp(XMLGregorianCalendar value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public PasswordHistoryEntryType id(Long value)
-
metadata
public PasswordHistoryEntryType metadata(MetadataType value)
-
beginMetadata
public MetadataType beginMetadata()
-
value
public PasswordHistoryEntryType value(ProtectedStringType value)
-
changeTimestamp
public PasswordHistoryEntryType changeTimestamp(XMLGregorianCalendar value)
-
changeTimestamp
public PasswordHistoryEntryType changeTimestamp(String value)
-
end
public <X> X end()
-
clone
public PasswordHistoryEntryType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-