Class LDAPResourceType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class LDAPResourceType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for LDAPResourceType complex type.

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

     <complexType name="LDAPResourceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
             <element name="useStartTLS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="userDN" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="usernameAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userSearchFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bindDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bindPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cacheLifetime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="groupDN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="groupSearchFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="realNameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="groupnameAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="usernameFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="secureProtocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="serverCertificate" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="sync" type="{http://xml.vidispine.com/schema/vidispine}LDAPSyncType" minOccurs="0"/>
             <element name="import" type="{http://xml.vidispine.com/schema/vidispine}LDAPImportType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • useStartTLS

        protected boolean useStartTLS
      • userDN

        protected String userDN
      • usernameAttribute

        protected String usernameAttribute
      • userSearchFilter

        protected String userSearchFilter
      • bindDN

        protected String bindDN
      • bindPassword

        protected String bindPassword
      • cacheLifetime

        protected Long cacheLifetime
      • groupDN

        protected String groupDN
      • groupSearchFilter

        protected String groupSearchFilter
      • realNameAttribute

        protected String realNameAttribute
      • groupnameAttribute

        protected String groupnameAttribute
      • usernameFormat

        protected String usernameFormat
      • secureProtocol

        protected String secureProtocol
      • serverCertificate

        protected List<String> serverCertificate
    • Constructor Detail

      • LDAPResourceType

        public LDAPResourceType()
    • Method Detail

      • getUrl

        public List<String> getUrl()
        Gets the value of the url property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the url property.

        For example, to add a new item, do as follows:

            getUrl().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetUrl

        public boolean isSetUrl()
      • unsetUrl

        public void unsetUrl()
      • isUseStartTLS

        public boolean isUseStartTLS()
        Gets the value of the useStartTLS property.
      • setUseStartTLS

        public void setUseStartTLS​(boolean value)
        Sets the value of the useStartTLS property.
      • isSetUseStartTLS

        public boolean isSetUseStartTLS()
      • getUserDN

        public String getUserDN()
        Gets the value of the userDN property.
        Returns:
        possible object is String
      • setUserDN

        public void setUserDN​(String value)
        Sets the value of the userDN property.
        Parameters:
        value - allowed object is String
      • isSetUserDN

        public boolean isSetUserDN()
      • getUsernameAttribute

        public String getUsernameAttribute()
        Gets the value of the usernameAttribute property.
        Returns:
        possible object is String
      • setUsernameAttribute

        public void setUsernameAttribute​(String value)
        Sets the value of the usernameAttribute property.
        Parameters:
        value - allowed object is String
      • isSetUsernameAttribute

        public boolean isSetUsernameAttribute()
      • getUserSearchFilter

        public String getUserSearchFilter()
        Gets the value of the userSearchFilter property.
        Returns:
        possible object is String
      • setUserSearchFilter

        public void setUserSearchFilter​(String value)
        Sets the value of the userSearchFilter property.
        Parameters:
        value - allowed object is String
      • isSetUserSearchFilter

        public boolean isSetUserSearchFilter()
      • getBindDN

        public String getBindDN()
        Gets the value of the bindDN property.
        Returns:
        possible object is String
      • setBindDN

        public void setBindDN​(String value)
        Sets the value of the bindDN property.
        Parameters:
        value - allowed object is String
      • isSetBindDN

        public boolean isSetBindDN()
      • getBindPassword

        public String getBindPassword()
        Gets the value of the bindPassword property.
        Returns:
        possible object is String
      • setBindPassword

        public void setBindPassword​(String value)
        Sets the value of the bindPassword property.
        Parameters:
        value - allowed object is String
      • isSetBindPassword

        public boolean isSetBindPassword()
      • getCacheLifetime

        public Long getCacheLifetime()
        Gets the value of the cacheLifetime property.
        Returns:
        possible object is Long
      • setCacheLifetime

        public void setCacheLifetime​(Long value)
        Sets the value of the cacheLifetime property.
        Parameters:
        value - allowed object is Long
      • isSetCacheLifetime

        public boolean isSetCacheLifetime()
      • getGroupDN

        public String getGroupDN()
        Gets the value of the groupDN property.
        Returns:
        possible object is String
      • setGroupDN

        public void setGroupDN​(String value)
        Sets the value of the groupDN property.
        Parameters:
        value - allowed object is String
      • isSetGroupDN

        public boolean isSetGroupDN()
      • getGroupSearchFilter

        public String getGroupSearchFilter()
        Gets the value of the groupSearchFilter property.
        Returns:
        possible object is String
      • setGroupSearchFilter

        public void setGroupSearchFilter​(String value)
        Sets the value of the groupSearchFilter property.
        Parameters:
        value - allowed object is String
      • isSetGroupSearchFilter

        public boolean isSetGroupSearchFilter()
      • getRealNameAttribute

        public String getRealNameAttribute()
        Gets the value of the realNameAttribute property.
        Returns:
        possible object is String
      • setRealNameAttribute

        public void setRealNameAttribute​(String value)
        Sets the value of the realNameAttribute property.
        Parameters:
        value - allowed object is String
      • isSetRealNameAttribute

        public boolean isSetRealNameAttribute()
      • getGroupnameAttribute

        public String getGroupnameAttribute()
        Gets the value of the groupnameAttribute property.
        Returns:
        possible object is String
      • setGroupnameAttribute

        public void setGroupnameAttribute​(String value)
        Sets the value of the groupnameAttribute property.
        Parameters:
        value - allowed object is String
      • isSetGroupnameAttribute

        public boolean isSetGroupnameAttribute()
      • getUsernameFormat

        public String getUsernameFormat()
        Gets the value of the usernameFormat property.
        Returns:
        possible object is String
      • setUsernameFormat

        public void setUsernameFormat​(String value)
        Sets the value of the usernameFormat property.
        Parameters:
        value - allowed object is String
      • isSetUsernameFormat

        public boolean isSetUsernameFormat()
      • getSecureProtocol

        public String getSecureProtocol()
        Gets the value of the secureProtocol property.
        Returns:
        possible object is String
      • setSecureProtocol

        public void setSecureProtocol​(String value)
        Sets the value of the secureProtocol property.
        Parameters:
        value - allowed object is String
      • isSetSecureProtocol

        public boolean isSetSecureProtocol()
      • getServerCertificate

        public List<String> getServerCertificate()
        Gets the value of the serverCertificate property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serverCertificate property.

        For example, to add a new item, do as follows:

            getServerCertificate().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • isSetServerCertificate

        public boolean isSetServerCertificate()
      • unsetServerCertificate

        public void unsetServerCertificate()
      • setSync

        public void setSync​(LDAPSyncType value)
        Sets the value of the sync property.
        Parameters:
        value - allowed object is LDAPSyncType
      • isSetSync

        public boolean isSetSync()
      • setImport

        public void setImport​(LDAPImportType value)
        Sets the value of the import property.
        Parameters:
        value - allowed object is LDAPImportType
      • isSetImport

        public boolean isSetImport()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public LDAPResourceType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object