Class LDAPResourceType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LDAPResourceType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected LDAPImportType
_import
protected String
bindDN
protected String
bindPassword
protected Long
cacheLifetime
protected String
groupDN
protected String
groupnameAttribute
protected String
groupSearchFilter
protected String
realNameAttribute
protected String
secureProtocol
protected List<String>
serverCertificate
protected LDAPSyncType
sync
protected List<String>
url
protected String
userDN
protected String
usernameAttribute
protected String
usernameFormat
protected String
userSearchFilter
protected boolean
useStartTLS
-
Constructor Summary
Constructors Constructor Description LDAPResourceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getBindDN()
Gets the value of the bindDN property.String
getBindPassword()
Gets the value of the bindPassword property.Long
getCacheLifetime()
Gets the value of the cacheLifetime property.String
getGroupDN()
Gets the value of the groupDN property.String
getGroupnameAttribute()
Gets the value of the groupnameAttribute property.String
getGroupSearchFilter()
Gets the value of the groupSearchFilter property.LDAPImportType
getImport()
Gets the value of the import property.String
getRealNameAttribute()
Gets the value of the realNameAttribute property.String
getSecureProtocol()
Gets the value of the secureProtocol property.List<String>
getServerCertificate()
Gets the value of the serverCertificate property.LDAPSyncType
getSync()
Gets the value of the sync property.List<String>
getUrl()
Gets the value of the url property.String
getUserDN()
Gets the value of the userDN property.String
getUsernameAttribute()
Gets the value of the usernameAttribute property.String
getUsernameFormat()
Gets the value of the usernameFormat property.String
getUserSearchFilter()
Gets the value of the userSearchFilter property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBindDN()
boolean
isSetBindPassword()
boolean
isSetCacheLifetime()
boolean
isSetGroupDN()
boolean
isSetGroupnameAttribute()
boolean
isSetGroupSearchFilter()
boolean
isSetImport()
boolean
isSetRealNameAttribute()
boolean
isSetSecureProtocol()
boolean
isSetServerCertificate()
boolean
isSetSync()
boolean
isSetUrl()
boolean
isSetUserDN()
boolean
isSetUsernameAttribute()
boolean
isSetUsernameFormat()
boolean
isSetUserSearchFilter()
boolean
isSetUseStartTLS()
boolean
isUseStartTLS()
Gets the value of the useStartTLS property.void
setBindDN(String value)
Sets the value of the bindDN property.void
setBindPassword(String value)
Sets the value of the bindPassword property.void
setCacheLifetime(Long value)
Sets the value of the cacheLifetime property.void
setGroupDN(String value)
Sets the value of the groupDN property.void
setGroupnameAttribute(String value)
Sets the value of the groupnameAttribute property.void
setGroupSearchFilter(String value)
Sets the value of the groupSearchFilter property.void
setImport(LDAPImportType value)
Sets the value of the import property.void
setRealNameAttribute(String value)
Sets the value of the realNameAttribute property.void
setSecureProtocol(String value)
Sets the value of the secureProtocol property.void
setSync(LDAPSyncType value)
Sets the value of the sync property.void
setUserDN(String value)
Sets the value of the userDN property.void
setUsernameAttribute(String value)
Sets the value of the usernameAttribute property.void
setUsernameFormat(String value)
Sets the value of the usernameFormat property.void
setUserSearchFilter(String value)
Sets the value of the userSearchFilter property.void
setUseStartTLS(boolean value)
Sets the value of the useStartTLS property.void
unsetServerCertificate()
void
unsetUrl()
LDAPResourceType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LDAPResourceType
withBindDN(String value)
LDAPResourceType
withBindPassword(String value)
LDAPResourceType
withCacheLifetime(Long value)
LDAPResourceType
withGroupDN(String value)
LDAPResourceType
withGroupnameAttribute(String value)
LDAPResourceType
withGroupSearchFilter(String value)
LDAPResourceType
withImport(LDAPImportType value)
LDAPResourceType
withRealNameAttribute(String value)
LDAPResourceType
withSecureProtocol(String value)
LDAPResourceType
withServerCertificate(String... values)
LDAPResourceType
withServerCertificate(Collection<String> values)
LDAPResourceType
withSync(LDAPSyncType value)
LDAPResourceType
withUrl(String... values)
LDAPResourceType
withUrl(Collection<String> values)
LDAPResourceType
withUserDN(String value)
LDAPResourceType
withUsernameAttribute(String value)
LDAPResourceType
withUsernameFormat(String value)
LDAPResourceType
withUserSearchFilter(String value)
LDAPResourceType
withUseStartTLS(boolean value)
-
-
-
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
-
sync
protected LDAPSyncType sync
-
_import
protected LDAPImportType _import
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isLong
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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()
-
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 isLDAPSyncType
-
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 isLDAPImportType
-
isSetImport
public boolean isSetImport()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withUrl
public LDAPResourceType withUrl(String... values)
-
withUrl
public LDAPResourceType withUrl(Collection<String> values)
-
withUseStartTLS
public LDAPResourceType withUseStartTLS(boolean value)
-
withUserDN
public LDAPResourceType withUserDN(String value)
-
withUsernameAttribute
public LDAPResourceType withUsernameAttribute(String value)
-
withUserSearchFilter
public LDAPResourceType withUserSearchFilter(String value)
-
withBindDN
public LDAPResourceType withBindDN(String value)
-
withBindPassword
public LDAPResourceType withBindPassword(String value)
-
withCacheLifetime
public LDAPResourceType withCacheLifetime(Long value)
-
withGroupDN
public LDAPResourceType withGroupDN(String value)
-
withGroupSearchFilter
public LDAPResourceType withGroupSearchFilter(String value)
-
withRealNameAttribute
public LDAPResourceType withRealNameAttribute(String value)
-
withGroupnameAttribute
public LDAPResourceType withGroupnameAttribute(String value)
-
withUsernameFormat
public LDAPResourceType withUsernameFormat(String value)
-
withSecureProtocol
public LDAPResourceType withSecureProtocol(String value)
-
withServerCertificate
public LDAPResourceType withServerCertificate(String... values)
-
withServerCertificate
public LDAPResourceType withServerCertificate(Collection<String> values)
-
withSync
public LDAPResourceType withSync(LDAPSyncType value)
-
withImport
public LDAPResourceType withImport(LDAPImportType value)
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-