Class ResourcePasswordDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ResourcePasswordDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable

    Java class for ResourcePasswordDefinitionType complex type.

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

     <complexType name="ResourcePasswordDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="fetchStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AttributeFetchStrategyType" minOccurs="0"/>
             <element name="compareStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordCompareStrategyType" minOccurs="0"/>
             <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="caching" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CachingPolicyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form