Class CredentialPolicyType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
NonceCredentialsPolicyType
,PasswordCredentialsPolicyType
,SecurityQuestionsCredentialsPolicyType
public class CredentialPolicyType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Structure that specifies common elements to all the credential policies.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE
static ItemName
F_HISTORY_LENGTH
static ItemName
F_HISTORY_STORAGE_METHOD
static ItemName
F_LOCKOUT_DURATION
static ItemName
F_LOCKOUT_FAILED_ATTEMPTS_DURATION
static ItemName
F_LOCKOUT_MAX_FAILED_ATTEMPTS
static ItemName
F_MAX_AGE
static ItemName
F_MAX_OCCURS
static ItemName
F_MIN_AGE
static ItemName
F_MIN_OCCURS
static ItemName
F_NAME
static ItemName
F_PROPAGATION_USER_CONTROL
static ItemName
F_RESET_METHOD
static ItemName
F_STORAGE_METHOD
static ItemName
F_VALUE_POLICY_REF
static ItemName
F_WARNING_BEFORE_EXPIRATION_DURATION
static Producer<CredentialPolicyType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CredentialPolicyType()
CredentialPolicyType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_STORAGE_METHOD
public static final ItemName F_STORAGE_METHOD
-
F_RESET_METHOD
public static final ItemName F_RESET_METHOD
-
F_PROPAGATION_USER_CONTROL
public static final ItemName F_PROPAGATION_USER_CONTROL
-
F_MIN_OCCURS
public static final ItemName F_MIN_OCCURS
-
F_MAX_OCCURS
public static final ItemName F_MAX_OCCURS
-
F_MAX_AGE
public static final ItemName F_MAX_AGE
-
F_MIN_AGE
public static final ItemName F_MIN_AGE
-
F_WARNING_BEFORE_EXPIRATION_DURATION
public static final ItemName F_WARNING_BEFORE_EXPIRATION_DURATION
-
F_LOCKOUT_MAX_FAILED_ATTEMPTS
public static final ItemName F_LOCKOUT_MAX_FAILED_ATTEMPTS
-
F_LOCKOUT_FAILED_ATTEMPTS_DURATION
public static final ItemName F_LOCKOUT_FAILED_ATTEMPTS_DURATION
-
F_LOCKOUT_DURATION
public static final ItemName F_LOCKOUT_DURATION
-
F_VALUE_POLICY_REF
public static final ItemName F_VALUE_POLICY_REF
-
F_HISTORY_LENGTH
public static final ItemName F_HISTORY_LENGTH
-
F_HISTORY_STORAGE_METHOD
public static final ItemName F_HISTORY_STORAGE_METHOD
-
F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE
public static final ItemName F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE
-
FACTORY
public static final Producer<CredentialPolicyType> FACTORY
-
-
Constructor Detail
-
CredentialPolicyType
public CredentialPolicyType()
-
CredentialPolicyType
@Deprecated public CredentialPolicyType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getStorageMethod
public CredentialsStorageMethodType getStorageMethod()
-
setStorageMethod
public void setStorageMethod(CredentialsStorageMethodType value)
-
getResetMethod
public CredentialsResetMethodType getResetMethod()
-
setResetMethod
public void setResetMethod(CredentialsResetMethodType value)
-
getPropagationUserControl
public CredentialsPropagationUserControlType getPropagationUserControl()
-
setPropagationUserControl
public void setPropagationUserControl(CredentialsPropagationUserControlType value)
-
getMinOccurs
public String getMinOccurs()
-
setMinOccurs
public void setMinOccurs(String value)
-
getMaxOccurs
public String getMaxOccurs()
-
setMaxOccurs
public void setMaxOccurs(String value)
-
getMaxAge
public Duration getMaxAge()
-
setMaxAge
public void setMaxAge(Duration value)
-
getMinAge
public Duration getMinAge()
-
setMinAge
public void setMinAge(Duration value)
-
getWarningBeforeExpirationDuration
public Duration getWarningBeforeExpirationDuration()
-
setWarningBeforeExpirationDuration
public void setWarningBeforeExpirationDuration(Duration value)
-
getLockoutMaxFailedAttempts
public Integer getLockoutMaxFailedAttempts()
-
setLockoutMaxFailedAttempts
public void setLockoutMaxFailedAttempts(Integer value)
-
getLockoutFailedAttemptsDuration
public Duration getLockoutFailedAttemptsDuration()
-
setLockoutFailedAttemptsDuration
public void setLockoutFailedAttemptsDuration(Duration value)
-
getLockoutDuration
public Duration getLockoutDuration()
-
setLockoutDuration
public void setLockoutDuration(Duration value)
-
getValuePolicyRef
public ObjectReferenceType getValuePolicyRef()
-
setValuePolicyRef
public void setValuePolicyRef(ObjectReferenceType value)
-
getHistoryLength
public Integer getHistoryLength()
-
setHistoryLength
public void setHistoryLength(Integer value)
-
getHistoryStorageMethod
public CredentialsStorageMethodType getHistoryStorageMethod()
-
setHistoryStorageMethod
public void setHistoryStorageMethod(CredentialsStorageMethodType value)
-
isHistoryAllowExistingPasswordReuse
public Boolean isHistoryAllowExistingPasswordReuse()
-
setHistoryAllowExistingPasswordReuse
public void setHistoryAllowExistingPasswordReuse(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
name
public CredentialPolicyType name(String value)
-
description
public CredentialPolicyType description(String value)
-
documentation
public CredentialPolicyType documentation(String value)
-
storageMethod
public CredentialPolicyType storageMethod(CredentialsStorageMethodType value)
-
beginStorageMethod
public CredentialsStorageMethodType beginStorageMethod()
-
resetMethod
public CredentialPolicyType resetMethod(CredentialsResetMethodType value)
-
beginResetMethod
public CredentialsResetMethodType beginResetMethod()
-
propagationUserControl
public CredentialPolicyType propagationUserControl(CredentialsPropagationUserControlType value)
-
minOccurs
public CredentialPolicyType minOccurs(String value)
-
maxOccurs
public CredentialPolicyType maxOccurs(String value)
-
maxAge
public CredentialPolicyType maxAge(Duration value)
-
minAge
public CredentialPolicyType minAge(Duration value)
-
warningBeforeExpirationDuration
public CredentialPolicyType warningBeforeExpirationDuration(Duration value)
-
lockoutMaxFailedAttempts
public CredentialPolicyType lockoutMaxFailedAttempts(Integer value)
-
lockoutFailedAttemptsDuration
public CredentialPolicyType lockoutFailedAttemptsDuration(Duration value)
-
lockoutDuration
public CredentialPolicyType lockoutDuration(Duration value)
-
valuePolicyRef
public CredentialPolicyType valuePolicyRef(ObjectReferenceType value)
-
valuePolicyRef
public CredentialPolicyType valuePolicyRef(String oid, QName type)
-
valuePolicyRef
public CredentialPolicyType valuePolicyRef(String oid, QName type, QName relation)
-
beginValuePolicyRef
public ObjectReferenceType beginValuePolicyRef()
-
historyLength
public CredentialPolicyType historyLength(Integer value)
-
historyStorageMethod
public CredentialPolicyType historyStorageMethod(CredentialsStorageMethodType value)
-
beginHistoryStorageMethod
public CredentialsStorageMethodType beginHistoryStorageMethod()
-
historyAllowExistingPasswordReuse
public CredentialPolicyType historyAllowExistingPasswordReuse(Boolean value)
-
end
public <X> X end()
-
clone
public CredentialPolicyType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-