public class PasswordCredentialsPolicyType extends AbstractCredentialPolicyType 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>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialPolicyType">
<sequence>
<element name="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
<element name="passwordChangeSecurity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordChangeSecurityType" minOccurs="0"/>
<element name="passwordHistoryLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PASSWORD_CHANGE_SECURITY |
static QName |
F_PASSWORD_HISTORY_LENGTH |
static QName |
F_PASSWORD_POLICY_REF |
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 |
|---|
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) |
PasswordChangeSecurityType |
getPasswordChangeSecurity() |
Integer |
getPasswordHistoryLength() |
ObjectReferenceType |
getPasswordPolicyRef() |
int |
hashCode() |
void |
setPasswordChangeSecurity(PasswordChangeSecurityType value) |
void |
setPasswordHistoryLength(Integer value) |
void |
setPasswordPolicyRef(ObjectReferenceType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
getLockoutDuration, getLockoutFailedAttemptsDuration, getLockoutMaxFailedAttempts, getMaxAge, getMinAge, getPropagationUserControl, getResetMethod, getWarningBeforeExpirationDuration, setLockoutDuration, setLockoutFailedAttemptsDuration, setLockoutMaxFailedAttempts, setMaxAge, setMinAge, setPropagationUserControl, setResetMethod, setWarningBeforeExpirationDurationpublic static final QName COMPLEX_TYPE
public static final QName F_PASSWORD_POLICY_REF
public static final QName F_PASSWORD_CHANGE_SECURITY
public static final QName F_PASSWORD_HISTORY_LENGTH
public PasswordCredentialsPolicyType()
public PasswordCredentialsPolicyType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.ContainerableasPrismContainerValue in class AbstractCredentialPolicyTypepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.ContainerablesetupContainerValue in class AbstractCredentialPolicyTypepublic String toString()
toString in class AbstractCredentialPolicyTypepublic boolean equals(Object object)
equals in class AbstractCredentialPolicyTypepublic int hashCode()
hashCode in class AbstractCredentialPolicyTypepublic ObjectReferenceType getPasswordPolicyRef()
public void setPasswordPolicyRef(ObjectReferenceType value)
public PasswordChangeSecurityType getPasswordChangeSecurity()
public void setPasswordChangeSecurity(PasswordChangeSecurityType value)
public Integer getPasswordHistoryLength()
public void setPasswordHistoryLength(Integer value)
public PasswordCredentialsPolicyType clone()
clone in class AbstractCredentialPolicyTypeCopyright © 2016 Evolveum. All rights reserved.