Class NonceCredentialsPolicyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NonceCredentialsPolicyType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class NonceCredentialsPolicyType extends CredentialPolicyType implements Serializable, Cloneable, Containerable
Structure that specifies policy for nonce management.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}CredentialPolicyType"> <sequence> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
F_DESCRIPTION, F_DOCUMENTATION, F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE, F_HISTORY_LENGTH, F_HISTORY_STORAGE_METHOD, F_LOCKOUT_DURATION, F_LOCKOUT_FAILED_ATTEMPTS_DURATION, F_LOCKOUT_MAX_FAILED_ATTEMPTS, F_MAX_AGE, F_MAX_OCCURS, F_MIN_AGE, F_MIN_OCCURS, F_NAME, F_PROPAGATION_USER_CONTROL, F_RESET_METHOD, F_STORAGE_METHOD, F_VALUE_POLICY_REF, F_WARNING_BEFORE_EXPIRATION_DURATION
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description NonceCredentialsPolicyType()NonceCredentialsPolicyType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
getDescription, getDocumentation, getHistoryLength, getHistoryStorageMethod, getLockoutDuration, getLockoutFailedAttemptsDuration, getLockoutMaxFailedAttempts, getMaxAge, getMaxOccurs, getMinAge, getMinOccurs, getName, getPropagationUserControl, getResetMethod, getStorageMethod, getValuePolicyRef, getWarningBeforeExpirationDuration, isHistoryAllowExistingPasswordReuse, setDescription, setDocumentation, setHistoryAllowExistingPasswordReuse, setHistoryLength, setHistoryStorageMethod, setLockoutDuration, setLockoutFailedAttemptsDuration, setLockoutMaxFailedAttempts, setMaxAge, setMaxOccurs, setMinAge, setMinOccurs, setName, setPropagationUserControl, setResetMethod, setStorageMethod, setValuePolicyRef, setWarningBeforeExpirationDuration
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
NonceCredentialsPolicyType
public NonceCredentialsPolicyType()
-
NonceCredentialsPolicyType
public NonceCredentialsPolicyType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classCredentialPolicyType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classCredentialPolicyType
-
toString
public String toString()
- Overrides:
toStringin classCredentialPolicyType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classCredentialPolicyType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCredentialPolicyType
-
end
public <X> X end()
- Overrides:
endin classCredentialPolicyType
-
name
public NonceCredentialsPolicyType name(String value)
- Overrides:
namein classCredentialPolicyType
-
description
public NonceCredentialsPolicyType description(String value)
- Overrides:
descriptionin classCredentialPolicyType
-
documentation
public NonceCredentialsPolicyType documentation(String value)
- Overrides:
documentationin classCredentialPolicyType
-
storageMethod
public NonceCredentialsPolicyType storageMethod(CredentialsStorageMethodType value)
- Overrides:
storageMethodin classCredentialPolicyType
-
beginStorageMethod
public CredentialsStorageMethodType beginStorageMethod()
- Overrides:
beginStorageMethodin classCredentialPolicyType
-
resetMethod
public NonceCredentialsPolicyType resetMethod(CredentialsResetMethodType value)
- Overrides:
resetMethodin classCredentialPolicyType
-
beginResetMethod
public CredentialsResetMethodType beginResetMethod()
- Overrides:
beginResetMethodin classCredentialPolicyType
-
propagationUserControl
public NonceCredentialsPolicyType propagationUserControl(CredentialsPropagationUserControlType value)
- Overrides:
propagationUserControlin classCredentialPolicyType
-
minOccurs
public NonceCredentialsPolicyType minOccurs(String value)
- Overrides:
minOccursin classCredentialPolicyType
-
maxOccurs
public NonceCredentialsPolicyType maxOccurs(String value)
- Overrides:
maxOccursin classCredentialPolicyType
-
maxAge
public NonceCredentialsPolicyType maxAge(Duration value)
- Overrides:
maxAgein classCredentialPolicyType
-
minAge
public NonceCredentialsPolicyType minAge(Duration value)
- Overrides:
minAgein classCredentialPolicyType
-
warningBeforeExpirationDuration
public NonceCredentialsPolicyType warningBeforeExpirationDuration(Duration value)
- Overrides:
warningBeforeExpirationDurationin classCredentialPolicyType
-
lockoutMaxFailedAttempts
public NonceCredentialsPolicyType lockoutMaxFailedAttempts(Integer value)
- Overrides:
lockoutMaxFailedAttemptsin classCredentialPolicyType
-
lockoutFailedAttemptsDuration
public NonceCredentialsPolicyType lockoutFailedAttemptsDuration(Duration value)
- Overrides:
lockoutFailedAttemptsDurationin classCredentialPolicyType
-
lockoutDuration
public NonceCredentialsPolicyType lockoutDuration(Duration value)
- Overrides:
lockoutDurationin classCredentialPolicyType
-
valuePolicyRef
public NonceCredentialsPolicyType valuePolicyRef(ObjectReferenceType value)
- Overrides:
valuePolicyRefin classCredentialPolicyType
-
valuePolicyRef
public NonceCredentialsPolicyType valuePolicyRef(String oid, QName type)
- Overrides:
valuePolicyRefin classCredentialPolicyType
-
valuePolicyRef
public NonceCredentialsPolicyType valuePolicyRef(String oid, QName type, QName relation)
- Overrides:
valuePolicyRefin classCredentialPolicyType
-
beginValuePolicyRef
public ObjectReferenceType beginValuePolicyRef()
- Overrides:
beginValuePolicyRefin classCredentialPolicyType
-
historyLength
public NonceCredentialsPolicyType historyLength(Integer value)
- Overrides:
historyLengthin classCredentialPolicyType
-
historyStorageMethod
public NonceCredentialsPolicyType historyStorageMethod(CredentialsStorageMethodType value)
- Overrides:
historyStorageMethodin classCredentialPolicyType
-
beginHistoryStorageMethod
public CredentialsStorageMethodType beginHistoryStorageMethod()
- Overrides:
beginHistoryStorageMethodin classCredentialPolicyType
-
historyAllowExistingPasswordReuse
public NonceCredentialsPolicyType historyAllowExistingPasswordReuse(Boolean value)
- Overrides:
historyAllowExistingPasswordReusein classCredentialPolicyType
-
clone
public NonceCredentialsPolicyType clone()
- Overrides:
clonein classCredentialPolicyType
-
-