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 QNameCOMPLEX_TYPEstatic ItemNameF_FORCE_CHANGEstatic ItemNameF_METADATAstatic ItemNameF_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:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAuthenticationBehavioralDataType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAuthenticationBehavioralDataType
-
toString
public String toString()
- Overrides:
toStringin classAuthenticationBehavioralDataType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAuthenticationBehavioralDataType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationBehavioralDataType
-
end
public <X> X end()
- Overrides:
endin 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:
failedLoginsin classAuthenticationBehavioralDataType
-
lastSuccessfulLogin
public AbstractCredentialType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLoginin classAuthenticationBehavioralDataType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLoginin classAuthenticationBehavioralDataType
-
previousSuccessfulLogin
public AbstractCredentialType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLoginin classAuthenticationBehavioralDataType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLoginin classAuthenticationBehavioralDataType
-
lastFailedLogin
public AbstractCredentialType lastFailedLogin(LoginEventType value)
- Overrides:
lastFailedLoginin classAuthenticationBehavioralDataType
-
beginLastFailedLogin
public LoginEventType beginLastFailedLogin()
- Overrides:
beginLastFailedLoginin classAuthenticationBehavioralDataType
-
id
public AbstractCredentialType id(Long value)
- Overrides:
idin classAuthenticationBehavioralDataType
-
clone
public AbstractCredentialType clone()
- Overrides:
clonein classAuthenticationBehavioralDataType
-
-