public class SecurityQuestionsResetPolicyType extends AbstractCredentialsResetPolicyType implements Serializable, Cloneable, Containerable
Java class for SecurityQuestionsResetPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityQuestionsResetPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialsResetPolicyType"> <sequence> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
F_ADDITIONAL_AUTHENTICATION_NAME, F_DISPLAY_NAME, F_NAME
Constructor and Description |
---|
SecurityQuestionsResetPolicyType() |
SecurityQuestionsResetPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
SecurityQuestionsResetPolicyType |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getAdditionalAuthenticationName, getDisplayName, getName, setAdditionalAuthenticationName, setDisplayName, setName
public static final QName COMPLEX_TYPE
public SecurityQuestionsResetPolicyType()
public SecurityQuestionsResetPolicyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class AbstractCredentialsResetPolicyType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class AbstractCredentialsResetPolicyType
public String toString()
toString
in class AbstractCredentialsResetPolicyType
public boolean equals(Object object)
equals
in class AbstractCredentialsResetPolicyType
public int hashCode()
hashCode
in class AbstractCredentialsResetPolicyType
public SecurityQuestionsResetPolicyType clone()
clone
in class AbstractCredentialsResetPolicyType
Copyright © 2017 Evolveum. All rights reserved.