Class PasswordType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class PasswordType extends AbstractCredentialType
- 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_HISTORY_ENTRY
static ItemName
F_VALUE
static Producer<PasswordType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
F_FORCE_CHANGE, F_METADATA, F_NAME
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
F_FAILED_LOGINS, F_LAST_FAILED_LOGIN, F_LAST_SUCCESSFUL_LOGIN, F_PREVIOUS_SUCCESSFUL_LOGIN
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PasswordType()
PasswordType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordHistoryEntryType
beginHistoryEntry()
LoginEventType
beginLastFailedLogin()
LoginEventType
beginLastSuccessfulLogin()
MetadataType
beginMetadata()
LoginEventType
beginPreviousSuccessfulLogin()
PasswordType
clone()
List<PasswordHistoryEntryType>
createHistoryEntryList()
<X> X
end()
boolean
equals(Object other)
PasswordType
failedLogins(Integer value)
PasswordType
forceChange(Boolean value)
List<PasswordHistoryEntryType>
getHistoryEntry()
ProtectedStringType
getValue()
PasswordType
historyEntry(PasswordHistoryEntryType value)
PasswordType
id(Long value)
PasswordType
lastFailedLogin(LoginEventType value)
PasswordType
lastSuccessfulLogin(LoginEventType value)
PasswordType
metadata(MetadataType value)
PasswordType
name(String value)
PasswordType
previousSuccessfulLogin(LoginEventType value)
void
setValue(ProtectedStringType value)
PasswordType
value(ProtectedStringType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
getMetadata, getName, isForceChange, setForceChange, setMetadata, setName
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
getFailedLogins, getLastFailedLogin, getLastSuccessfulLogin, getPreviousSuccessfulLogin, setFailedLogins, setLastFailedLogin, setLastSuccessfulLogin, setPreviousSuccessfulLogin
-
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_VALUE
public static final ItemName F_VALUE
-
F_HISTORY_ENTRY
public static final ItemName F_HISTORY_ENTRY
-
FACTORY
public static final Producer<PasswordType> FACTORY
-
-
Constructor Detail
-
PasswordType
public PasswordType()
-
PasswordType
@Deprecated public PasswordType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getValue
public ProtectedStringType getValue()
-
setValue
public void setValue(ProtectedStringType value)
-
getHistoryEntry
public List<PasswordHistoryEntryType> getHistoryEntry()
-
createHistoryEntryList
public List<PasswordHistoryEntryType> createHistoryEntryList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCredentialType
-
id
public PasswordType id(Long value)
- Overrides:
id
in classAbstractCredentialType
-
value
public PasswordType value(ProtectedStringType value)
-
historyEntry
public PasswordType historyEntry(PasswordHistoryEntryType value)
-
beginHistoryEntry
public PasswordHistoryEntryType beginHistoryEntry()
-
name
public PasswordType name(String value)
- Overrides:
name
in classAbstractCredentialType
-
metadata
public PasswordType metadata(MetadataType value)
- Overrides:
metadata
in classAbstractCredentialType
-
beginMetadata
public MetadataType beginMetadata()
- Overrides:
beginMetadata
in classAbstractCredentialType
-
forceChange
public PasswordType forceChange(Boolean value)
- Overrides:
forceChange
in classAbstractCredentialType
-
failedLogins
public PasswordType failedLogins(Integer value)
- Overrides:
failedLogins
in classAbstractCredentialType
-
lastSuccessfulLogin
public PasswordType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLogin
in classAbstractCredentialType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLogin
in classAbstractCredentialType
-
previousSuccessfulLogin
public PasswordType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLogin
in classAbstractCredentialType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLogin
in classAbstractCredentialType
-
lastFailedLogin
public PasswordType lastFailedLogin(LoginEventType value)
- Overrides:
lastFailedLogin
in classAbstractCredentialType
-
beginLastFailedLogin
public LoginEventType beginLastFailedLogin()
- Overrides:
beginLastFailedLogin
in classAbstractCredentialType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCredentialType
-
clone
public PasswordType clone()
- Overrides:
clone
in classAbstractCredentialType
-
-