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