Class AbstractCredentialType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCredentialType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
NonceType
,PasswordType
,SecurityQuestionsCredentialsType
public abstract class AbstractCredentialType extends AuthenticationBehavioralDataType implements Serializable, Cloneable, Containerable
Java class for AbstractCredentialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCredentialType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationBehavioralDataType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/> <element name="forceChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FORCE_CHANGE
static ItemName
F_METADATA
static ItemName
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 AbstractCredentialType()
AbstractCredentialType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AuthenticationBehavioralDataType
getFailedLogins, getId, getLastFailedLogin, getLastSuccessfulLogin, getPreviousSuccessfulLogin, setFailedLogins, setId, setLastFailedLogin, setLastSuccessfulLogin, setPreviousSuccessfulLogin
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
AbstractCredentialType
public AbstractCredentialType()
-
AbstractCredentialType
public AbstractCredentialType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAuthenticationBehavioralDataType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAuthenticationBehavioralDataType
-
toString
public String toString()
- Overrides:
toString
in classAuthenticationBehavioralDataType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAuthenticationBehavioralDataType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthenticationBehavioralDataType
-
end
public <X> X end()
- Overrides:
end
in classAuthenticationBehavioralDataType
-
getName
public String getName()
-
setName
public void setName(String value)
-
getMetadata
public MetadataType getMetadata()
-
setMetadata
public void setMetadata(MetadataType value)
-
isForceChange
public Boolean isForceChange()
-
setForceChange
public void setForceChange(Boolean value)
-
name
public AbstractCredentialType name(String value)
-
metadata
public AbstractCredentialType metadata(MetadataType value)
-
beginMetadata
public MetadataType beginMetadata()
-
forceChange
public AbstractCredentialType forceChange(Boolean value)
-
failedLogins
public AbstractCredentialType failedLogins(Integer value)
- Overrides:
failedLogins
in classAuthenticationBehavioralDataType
-
lastSuccessfulLogin
public AbstractCredentialType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLogin
in classAuthenticationBehavioralDataType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLogin
in classAuthenticationBehavioralDataType
-
previousSuccessfulLogin
public AbstractCredentialType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLogin
in classAuthenticationBehavioralDataType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLogin
in classAuthenticationBehavioralDataType
-
lastFailedLogin
public AbstractCredentialType lastFailedLogin(LoginEventType value)
- Overrides:
lastFailedLogin
in classAuthenticationBehavioralDataType
-
beginLastFailedLogin
public LoginEventType beginLastFailedLogin()
- Overrides:
beginLastFailedLogin
in classAuthenticationBehavioralDataType
-
id
public AbstractCredentialType id(Long value)
- Overrides:
id
in classAuthenticationBehavioralDataType
-
clone
public AbstractCredentialType clone()
- Overrides:
clone
in classAuthenticationBehavioralDataType
-
-