Class PasswordCredentialsPolicyType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordCredentialsPolicyType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Structure that specifies policy for password management. It is in fact only a simple reference
to a password policy.
This is a credential policy. Which means that it controls how credentials are set (stored).
It does not control how credentials are used for authentication. That is controlled by the
authentication module setting - and in fact this may even be out of our control completely,
e.g. in case that external authentication is used (SSO).
- 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.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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final Producer<PasswordCredentialsPolicyType>
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
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
description
(String value) documentation
(String value) <X> X
end()
boolean
historyLength
(Integer value) lockoutDuration
(Duration value) lockoutMaxFailedAttempts
(Integer value) void
void
valuePolicyRef
(String oid, QName type) valuePolicyRef
(String oid, QName type, QName relation) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CredentialPolicyType
getDescription, getDocumentation, getHistoryAllowExistingPasswordReuse, 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 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 Details
-
COMPLEX_TYPE
-
F_PASSWORD_CHANGE_SECURITY
-
F_PASSWORD_HINT_CONFIGURABILITY
-
FACTORY
-
-
Constructor Details
-
PasswordCredentialsPolicyType
public PasswordCredentialsPolicyType() -
PasswordCredentialsPolicyType
Deprecated.
-
-
Method Details
-
getPasswordChangeSecurity
-
setPasswordChangeSecurity
-
getPasswordHintConfigurability
-
setPasswordHintConfigurability
-
equals
- Overrides:
equals
in classCredentialPolicyType
-
id
- Overrides:
id
in classCredentialPolicyType
-
passwordChangeSecurity
-
passwordHintConfigurability
public PasswordCredentialsPolicyType passwordHintConfigurability(PasswordHintConfigurabilityType value) -
name
- Overrides:
name
in classCredentialPolicyType
-
description
- Overrides:
description
in classCredentialPolicyType
-
documentation
- Overrides:
documentation
in classCredentialPolicyType
-
storageMethod
- Overrides:
storageMethod
in classCredentialPolicyType
-
beginStorageMethod
- Overrides:
beginStorageMethod
in classCredentialPolicyType
-
resetMethod
- Overrides:
resetMethod
in classCredentialPolicyType
-
beginResetMethod
- Overrides:
beginResetMethod
in classCredentialPolicyType
-
propagationUserControl
public PasswordCredentialsPolicyType propagationUserControl(CredentialsPropagationUserControlType value) - Overrides:
propagationUserControl
in classCredentialPolicyType
-
minOccurs
- Overrides:
minOccurs
in classCredentialPolicyType
-
maxOccurs
- Overrides:
maxOccurs
in classCredentialPolicyType
-
maxAge
- Overrides:
maxAge
in classCredentialPolicyType
-
minAge
- Overrides:
minAge
in classCredentialPolicyType
-
warningBeforeExpirationDuration
- Overrides:
warningBeforeExpirationDuration
in classCredentialPolicyType
-
lockoutMaxFailedAttempts
- Overrides:
lockoutMaxFailedAttempts
in classCredentialPolicyType
-
lockoutFailedAttemptsDuration
- Overrides:
lockoutFailedAttemptsDuration
in classCredentialPolicyType
-
lockoutDuration
- Overrides:
lockoutDuration
in classCredentialPolicyType
-
valuePolicyRef
- Overrides:
valuePolicyRef
in classCredentialPolicyType
-
valuePolicyRef
- Overrides:
valuePolicyRef
in classCredentialPolicyType
-
valuePolicyRef
- Overrides:
valuePolicyRef
in classCredentialPolicyType
-
beginValuePolicyRef
- Overrides:
beginValuePolicyRef
in classCredentialPolicyType
-
historyLength
- Overrides:
historyLength
in classCredentialPolicyType
-
historyStorageMethod
- Overrides:
historyStorageMethod
in classCredentialPolicyType
-
beginHistoryStorageMethod
- Overrides:
beginHistoryStorageMethod
in classCredentialPolicyType
-
historyAllowExistingPasswordReuse
- Overrides:
historyAllowExistingPasswordReuse
in classCredentialPolicyType
-
end
public <X> X end()- Overrides:
end
in classCredentialPolicyType
-
clone
- Overrides:
clone
in classCredentialPolicyType
-