Class LDAPResourceType

java.lang.Object
com.vidispine.generated.LDAPResourceType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class LDAPResourceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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:
  • Field Details

    • url

      protected List<String> url
    • 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
    • sync

      protected LDAPSyncType sync
    • _import

      protected LDAPImportType _import
  • Constructor Details

    • LDAPResourceType

      public LDAPResourceType()
  • Method Details

    • 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

      Returns:
      The value of the url property.
    • 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

      Returns:
      The value of the serverCertificate property.
    • isSetServerCertificate

      public boolean isSetServerCertificate()
    • unsetServerCertificate

      public void unsetServerCertificate()
    • getSync

      public LDAPSyncType getSync()
      Gets the value of the sync property.
      Returns:
      possible object is LDAPSyncType
    • setSync

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

      public boolean isSetSync()
    • getImport

      public LDAPImportType getImport()
      Gets the value of the import property.
      Returns:
      possible object is LDAPImportType
    • setImport

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

      public boolean isSetImport()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withUrl

      public LDAPResourceType withUrl(String... values)
      Adds objects to the list of Url using add method
      Parameters:
      values - objects to add to the list Url
      Returns:
      The class instance
    • withUrl

      public LDAPResourceType withUrl(Collection<String> values)
      Adds objects to the list of Url using addAll method
      Parameters:
      values - objects to add to the list Url
      Returns:
      The class instance
    • withUseStartTLS

      public LDAPResourceType withUseStartTLS(boolean value)
      Sets the value of the useStartTLS property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withUserDN

      public LDAPResourceType withUserDN(String value)
      Sets the value of the userDN property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUsernameAttribute

      public LDAPResourceType withUsernameAttribute(String value)
      Sets the value of the usernameAttribute property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUserSearchFilter

      public LDAPResourceType withUserSearchFilter(String value)
      Sets the value of the userSearchFilter property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBindDN

      public LDAPResourceType withBindDN(String value)
      Sets the value of the bindDN property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBindPassword

      public LDAPResourceType withBindPassword(String value)
      Sets the value of the bindPassword property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCacheLifetime

      public LDAPResourceType withCacheLifetime(Long value)
      Sets the value of the cacheLifetime property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withGroupDN

      public LDAPResourceType withGroupDN(String value)
      Sets the value of the groupDN property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGroupSearchFilter

      public LDAPResourceType withGroupSearchFilter(String value)
      Sets the value of the groupSearchFilter property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRealNameAttribute

      public LDAPResourceType withRealNameAttribute(String value)
      Sets the value of the realNameAttribute property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGroupnameAttribute

      public LDAPResourceType withGroupnameAttribute(String value)
      Sets the value of the groupnameAttribute property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUsernameFormat

      public LDAPResourceType withUsernameFormat(String value)
      Sets the value of the usernameFormat property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSecureProtocol

      public LDAPResourceType withSecureProtocol(String value)
      Sets the value of the secureProtocol property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withServerCertificate

      public LDAPResourceType withServerCertificate(String... values)
      Adds objects to the list of ServerCertificate using add method
      Parameters:
      values - objects to add to the list ServerCertificate
      Returns:
      The class instance
    • withServerCertificate

      public LDAPResourceType withServerCertificate(Collection<String> values)
      Adds objects to the list of ServerCertificate using addAll method
      Parameters:
      values - objects to add to the list ServerCertificate
      Returns:
      The class instance
    • withSync

      public LDAPResourceType withSync(LDAPSyncType value)
      Sets the value of the sync property.
      Parameters:
      value - allowed object is LDAPSyncType
      Returns:
      The class instance
    • withImport

      public LDAPResourceType withImport(LDAPImportType value)
      Sets the value of the import property.
      Parameters:
      value - allowed object is LDAPImportType
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

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

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString