Class CredentialPolicyType

  • All Implemented Interfaces:
    Containerable, 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.

    Java class for CredentialPolicyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CredentialPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="storageMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsStorageMethodType" minOccurs="0"/>
             <element name="resetMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsResetMethodType" minOccurs="0"/>
             <element name="propagationUserControl" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsPropagationUserControlType" minOccurs="0"/>
             <element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="maxAge" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="minAge" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="warningBeforeExpirationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="lockoutMaxFailedAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="lockoutFailedAttemptsDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="lockoutDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="valuePolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="historyLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="historyStorageMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsStorageMethodType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form