public class CredentialsPolicyType extends Object implements Serializable, Cloneable, Containerable
Java class for CredentialsPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialsPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="password" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordCredentialsPolicyType" minOccurs="0"/> <element name="securityQuestions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionsCredentialsPolicyType" minOccurs="0"/> <element name="nonce" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NonceCredentialsPolicyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NONCE |
static QName |
F_PASSWORD |
static QName |
F_SECURITY_QUESTIONS |
Constructor and Description |
---|
CredentialsPolicyType() |
CredentialsPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
CredentialsPolicyType |
clone() |
boolean |
equals(Object object) |
List<NonceCredentialsPolicyType> |
getNonce() |
PasswordCredentialsPolicyType |
getPassword() |
SecurityQuestionsCredentialsPolicyType |
getSecurityQuestions() |
int |
hashCode() |
void |
setPassword(PasswordCredentialsPolicyType value) |
void |
setSecurityQuestions(SecurityQuestionsCredentialsPolicyType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_PASSWORD
public static final QName F_SECURITY_QUESTIONS
public static final QName F_NONCE
public CredentialsPolicyType()
public CredentialsPolicyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public PasswordCredentialsPolicyType getPassword()
public void setPassword(PasswordCredentialsPolicyType value)
public SecurityQuestionsCredentialsPolicyType getSecurityQuestions()
public void setSecurityQuestions(SecurityQuestionsCredentialsPolicyType value)
public List<NonceCredentialsPolicyType> getNonce()
public CredentialsPolicyType clone()
Copyright © 2016 Evolveum. All rights reserved.