public class PasswordType extends AbstractCredentialType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PasswordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialType"> <sequence> <element name="value" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/> <element name="historyEntry" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordHistoryEntryType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_HISTORY_ENTRY |
static QName |
F_VALUE |
F_FAILED_LOGINS, F_LAST_FAILED_LOGIN, F_LAST_SUCCESSFUL_LOGIN, F_METADATA, F_PREVIOUS_SUCCESSFUL_LOGIN
Constructor and Description |
---|
PasswordType() |
PasswordType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PasswordType |
clone() |
boolean |
equals(Object object) |
List<PasswordHistoryEntryType> |
getHistoryEntry() |
com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType |
getValue() |
int |
hashCode() |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setValue(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value) |
String |
toString() |
getFailedLogins, getId, getLastFailedLogin, getLastSuccessfulLogin, getMetadata, getPreviousSuccessfulLogin, setFailedLogins, setId, setLastFailedLogin, setLastSuccessfulLogin, setMetadata, setPreviousSuccessfulLogin
public static final QName COMPLEX_TYPE
public static final QName F_VALUE
public static final QName F_HISTORY_ENTRY
public PasswordType()
public PasswordType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class AbstractCredentialType
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class AbstractCredentialType
public String toString()
toString
in class AbstractCredentialType
public boolean equals(Object object)
equals
in class AbstractCredentialType
public int hashCode()
hashCode
in class AbstractCredentialType
public com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType getValue()
public void setValue(com.evolveum.prism.xml.ns._public.types_3.ProtectedStringType value)
public List<PasswordHistoryEntryType> getHistoryEntry()
public PasswordType clone()
clone
in class AbstractCredentialType
Copyright © 2016 Evolveum. All rights reserved.