public class SecurityQuestionsCredentialsPolicyType extends AbstractCredentialPolicyType implements Serializable, Cloneable, Containerable
Java class for SecurityQuestionsCredentialsPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityQuestionsCredentialsPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialPolicyType"> <sequence> <element name="questionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="question" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionDefinitionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_QUESTION |
static QName |
F_QUESTION_NUMBER |
F_LOCKOUT_DURATION, F_LOCKOUT_FAILED_ATTEMPTS_DURATION, F_LOCKOUT_MAX_FAILED_ATTEMPTS, F_MAX_AGE, F_MIN_AGE, F_PROPAGATION_USER_CONTROL, F_RESET_METHOD, F_WARNING_BEFORE_EXPIRATION_DURATION
Constructor and Description |
---|
SecurityQuestionsCredentialsPolicyType() |
SecurityQuestionsCredentialsPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
SecurityQuestionsCredentialsPolicyType |
clone() |
boolean |
equals(Object object) |
List<SecurityQuestionDefinitionType> |
getQuestion() |
Integer |
getQuestionNumber() |
int |
hashCode() |
void |
setQuestionNumber(Integer value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getLockoutDuration, getLockoutFailedAttemptsDuration, getLockoutMaxFailedAttempts, getMaxAge, getMinAge, getPropagationUserControl, getResetMethod, getWarningBeforeExpirationDuration, setLockoutDuration, setLockoutFailedAttemptsDuration, setLockoutMaxFailedAttempts, setMaxAge, setMinAge, setPropagationUserControl, setResetMethod, setWarningBeforeExpirationDuration
public static final QName COMPLEX_TYPE
public static final QName F_QUESTION_NUMBER
public static final QName F_QUESTION
public SecurityQuestionsCredentialsPolicyType()
public SecurityQuestionsCredentialsPolicyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class AbstractCredentialPolicyType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class AbstractCredentialPolicyType
public String toString()
toString
in class AbstractCredentialPolicyType
public boolean equals(Object object)
equals
in class AbstractCredentialPolicyType
public int hashCode()
hashCode
in class AbstractCredentialPolicyType
public Integer getQuestionNumber()
public void setQuestionNumber(Integer value)
public List<SecurityQuestionDefinitionType> getQuestion()
public SecurityQuestionsCredentialsPolicyType clone()
clone
in class AbstractCredentialPolicyType
Copyright © 2016 Evolveum. All rights reserved.