Class CredentialPolicyType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    NonceCredentialsPolicyType, PasswordCredentialsPolicyType, SecurityQuestionsCredentialsPolicyType

    public class CredentialPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Structure that specifies common elements to all the credential policies. <p>Java class for CredentialPolicyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CredentialPolicyType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="storageMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsStorageMethodType" minOccurs="0"/&gt; &lt;element name="resetMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsResetMethodType" minOccurs="0"/&gt; &lt;element name="propagationUserControl" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsPropagationUserControlType" minOccurs="0"/&gt; &lt;element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="maxAge" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="minAge" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="warningBeforeExpirationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="lockoutMaxFailedAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="lockoutFailedAttemptsDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="lockoutDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/&gt; &lt;element name="valuePolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="historyLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="historyStorageMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsStorageMethodType" minOccurs="0"/&gt; &lt;element name="historyAllowExistingPasswordReuse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form