Class SecurityQuestionsCredentialsType
- 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.SecurityQuestionsCredentialsType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SecurityQuestionsCredentialsType 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_QUESTION_ANSWER
static Producer<SecurityQuestionsCredentialsType>
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 SecurityQuestionsCredentialsType()
SecurityQuestionsCredentialsType(PrismContext context)
Deprecated.
-
Method Summary
-
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_QUESTION_ANSWER
public static final ItemName F_QUESTION_ANSWER
-
FACTORY
public static final Producer<SecurityQuestionsCredentialsType> FACTORY
-
-
Constructor Detail
-
SecurityQuestionsCredentialsType
public SecurityQuestionsCredentialsType()
-
SecurityQuestionsCredentialsType
@Deprecated public SecurityQuestionsCredentialsType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getQuestionAnswer
public List<SecurityQuestionAnswerType> getQuestionAnswer()
-
createQuestionAnswerList
public List<SecurityQuestionAnswerType> createQuestionAnswerList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCredentialType
-
id
public SecurityQuestionsCredentialsType id(Long value)
- Overrides:
id
in classAbstractCredentialType
-
questionAnswer
public SecurityQuestionsCredentialsType questionAnswer(SecurityQuestionAnswerType value)
-
beginQuestionAnswer
public SecurityQuestionAnswerType beginQuestionAnswer()
-
name
public SecurityQuestionsCredentialsType name(String value)
- Overrides:
name
in classAbstractCredentialType
-
metadata
public SecurityQuestionsCredentialsType metadata(MetadataType value)
- Overrides:
metadata
in classAbstractCredentialType
-
beginMetadata
public MetadataType beginMetadata()
- Overrides:
beginMetadata
in classAbstractCredentialType
-
forceChange
public SecurityQuestionsCredentialsType forceChange(Boolean value)
- Overrides:
forceChange
in classAbstractCredentialType
-
failedLogins
public SecurityQuestionsCredentialsType failedLogins(Integer value)
- Overrides:
failedLogins
in classAbstractCredentialType
-
lastSuccessfulLogin
public SecurityQuestionsCredentialsType lastSuccessfulLogin(LoginEventType value)
- Overrides:
lastSuccessfulLogin
in classAbstractCredentialType
-
beginLastSuccessfulLogin
public LoginEventType beginLastSuccessfulLogin()
- Overrides:
beginLastSuccessfulLogin
in classAbstractCredentialType
-
previousSuccessfulLogin
public SecurityQuestionsCredentialsType previousSuccessfulLogin(LoginEventType value)
- Overrides:
previousSuccessfulLogin
in classAbstractCredentialType
-
beginPreviousSuccessfulLogin
public LoginEventType beginPreviousSuccessfulLogin()
- Overrides:
beginPreviousSuccessfulLogin
in classAbstractCredentialType
-
lastFailedLogin
public SecurityQuestionsCredentialsType 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 SecurityQuestionsCredentialsType clone()
- Overrides:
clone
in classAbstractCredentialType
-
-