public class CredentialsType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for CredentialsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialsType"> <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}PasswordType" minOccurs="0"/> <element name="securityQuestions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionsCredentialsType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PASSWORD |
static QName |
F_SECURITY_QUESTIONS |
Constructor and Description |
---|
CredentialsType() |
CredentialsType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
CredentialsType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
PasswordType |
getPassword() |
SecurityQuestionsCredentialsType |
getSecurityQuestions() |
int |
hashCode() |
void |
setId(Long value) |
void |
setPassword(PasswordType value) |
void |
setSecurityQuestions(SecurityQuestionsCredentialsType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_PASSWORD
public static final QName F_SECURITY_QUESTIONS
public CredentialsType()
public CredentialsType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public PasswordType getPassword()
public void setPassword(PasswordType value)
public SecurityQuestionsCredentialsType getSecurityQuestions()
public void setSecurityQuestions(SecurityQuestionsCredentialsType value)
public Long getId()
public void setId(Long value)
public CredentialsType clone()
Copyright © 2016 Evolveum. All rights reserved.