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:
AttributeVerificationCredentialsPolicyType,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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested 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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<CredentialPolicyType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()description(String value) documentation(String value) <X> Xend()booleangetName()historyLength(Integer value) lockoutDuration(Duration value) lockoutMaxFailedAttempts(Integer value) voidsetDescription(String value) voidsetDocumentation(String value) voidvoidsetHistoryLength(Integer value) voidvoidsetLockoutDuration(Duration value) voidvoidvoidvoidsetMaxOccurs(String value) voidvoidsetMinOccurs(String value) voidvoidvoidvoidvoidvoidvaluePolicyRef(String oid, QName type) valuePolicyRef(String oid, QName type, QName relation) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_STORAGE_METHOD
-
F_RESET_METHOD
-
F_PROPAGATION_USER_CONTROL
-
F_MIN_OCCURS
-
F_MAX_OCCURS
-
F_MAX_AGE
-
F_MIN_AGE
-
F_WARNING_BEFORE_EXPIRATION_DURATION
-
F_LOCKOUT_MAX_FAILED_ATTEMPTS
-
F_LOCKOUT_FAILED_ATTEMPTS_DURATION
-
F_LOCKOUT_DURATION
-
F_VALUE_POLICY_REF
-
F_HISTORY_LENGTH
-
F_HISTORY_STORAGE_METHOD
-
F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE
-
FACTORY
-
-
Constructor Details
-
CredentialPolicyType
public CredentialPolicyType() -
CredentialPolicyType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getStorageMethod
-
setStorageMethod
-
getResetMethod
-
setResetMethod
-
getPropagationUserControl
-
setPropagationUserControl
-
getMinOccurs
-
setMinOccurs
-
getMaxOccurs
-
setMaxOccurs
-
getMaxAge
-
setMaxAge
-
getMinAge
-
setMinAge
-
getWarningBeforeExpirationDuration
-
setWarningBeforeExpirationDuration
-
getLockoutMaxFailedAttempts
-
setLockoutMaxFailedAttempts
-
getLockoutFailedAttemptsDuration
-
setLockoutFailedAttemptsDuration
-
getLockoutDuration
-
setLockoutDuration
-
getValuePolicyRef
-
setValuePolicyRef
-
getHistoryLength
-
setHistoryLength
-
getHistoryStorageMethod
-
setHistoryStorageMethod
-
isHistoryAllowExistingPasswordReuse
-
getHistoryAllowExistingPasswordReuse
-
setHistoryAllowExistingPasswordReuse
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
name
-
description
-
documentation
-
storageMethod
-
beginStorageMethod
-
resetMethod
-
beginResetMethod
-
propagationUserControl
-
minOccurs
-
maxOccurs
-
maxAge
-
minAge
-
warningBeforeExpirationDuration
-
lockoutMaxFailedAttempts
-
lockoutFailedAttemptsDuration
-
lockoutDuration
-
valuePolicyRef
-
valuePolicyRef
-
valuePolicyRef
-
beginValuePolicyRef
-
historyLength
-
historyStorageMethod
-
beginHistoryStorageMethod
-
historyAllowExistingPasswordReuse
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-