public class NonceCredentialsPolicyType extends AbstractCredentialPolicyType implements Serializable, Cloneable, Containerable
Java class for NonceCredentialsPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonceCredentialsPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractCredentialPolicyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="valuePolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NAME |
static QName |
F_VALUE_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 |
---|
NonceCredentialsPolicyType() |
NonceCredentialsPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
NonceCredentialsPolicyType |
clone() |
boolean |
equals(Object object) |
String |
getName() |
ObjectReferenceType |
getValuePolicyRef() |
int |
hashCode() |
void |
setName(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
void |
setValuePolicyRef(ObjectReferenceType value) |
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_NAME
public static final QName F_VALUE_POLICY_REF
public NonceCredentialsPolicyType()
public NonceCredentialsPolicyType(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 String getName()
public void setName(String value)
public ObjectReferenceType getValuePolicyRef()
public void setValuePolicyRef(ObjectReferenceType value)
public NonceCredentialsPolicyType clone()
clone
in class AbstractCredentialPolicyType
Copyright © 2016 Evolveum. All rights reserved.