public class PasswordCredentialsPolicyType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PasswordCredentialsPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordCredentialsPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PASSWORD_POLICY_REF |
Constructor and Description |
---|
PasswordCredentialsPolicyType() |
PasswordCredentialsPolicyType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PasswordCredentialsPolicyType |
clone() |
boolean |
equals(Object object) |
ObjectReferenceType |
getPasswordPolicyRef() |
int |
hashCode() |
void |
setPasswordPolicyRef(ObjectReferenceType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_PASSWORD_POLICY_REF
public PasswordCredentialsPolicyType()
public PasswordCredentialsPolicyType(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 ObjectReferenceType getPasswordPolicyRef()
public void setPasswordPolicyRef(ObjectReferenceType value)
public PasswordCredentialsPolicyType clone()
Copyright © 2015 Evolveum. All rights reserved.