public class PasswordCredentialsPolicyType extends AbstractCredentialPolicyType implements Serializable, Cloneable, 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(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
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(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_PASSWORD_POLICY_REF
public static final QName F_PASSWORD_CHANGE_SECURITY
public static final QName F_PASSWORD_HISTORY_LENGTH
public PasswordCredentialsPolicyType()
public PasswordCredentialsPolicyType(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 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 AbstractCredentialPolicyType
Copyright © 2016 Evolveum. All rights reserved.