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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PASSWORD_CHANGE_SECURITY |
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() |
ObjectReferenceType |
getPasswordPolicyRef() |
int |
hashCode() |
void |
setPasswordChangeSecurity(PasswordChangeSecurityType 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, setWarningBeforeExpirationDuration
public static final QName COMPLEX_TYPE
public static final QName F_PASSWORD_POLICY_REF
public static final QName F_PASSWORD_CHANGE_SECURITY
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
asPrismContainerValue
in class AbstractCredentialPolicyType
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.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 PasswordCredentialsPolicyType clone()
clone
in class AbstractCredentialPolicyType
Copyright © 2016 Evolveum. All rights reserved.