Uses of Class
com.vidispine.generated.LDAPResourceType
-
Uses of LDAPResourceType in com.vidispine.generated
Fields in com.vidispine.generated declared as LDAPResourceTypeMethods in com.vidispine.generated that return LDAPResourceTypeModifier and TypeMethodDescriptionObjectFactory.createLDAPResourceType()
Create an instance ofLDAPResourceType
ResourceType.getLdap()
Gets the value of the ldap property.LDAPResourceType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) LDAPResourceType.withBindDN
(String value) Sets the value of the bindDN property.LDAPResourceType.withBindPassword
(String value) Sets the value of the bindPassword property.LDAPResourceType.withCacheLifetime
(Long value) Sets the value of the cacheLifetime property.LDAPResourceType.withGroupDN
(String value) Sets the value of the groupDN property.LDAPResourceType.withGroupnameAttribute
(String value) Sets the value of the groupnameAttribute property.LDAPResourceType.withGroupSearchFilter
(String value) Sets the value of the groupSearchFilter property.LDAPResourceType.withImport
(LDAPImportType value) Sets the value of the import property.LDAPResourceType.withRealNameAttribute
(String value) Sets the value of the realNameAttribute property.LDAPResourceType.withSecureProtocol
(String value) Sets the value of the secureProtocol property.LDAPResourceType.withServerCertificate
(String... values) Adds objects to the list of ServerCertificate using add methodLDAPResourceType.withServerCertificate
(Collection<String> values) Adds objects to the list of ServerCertificate using addAll methodLDAPResourceType.withSync
(LDAPSyncType value) Sets the value of the sync property.Adds objects to the list of Url using add methodLDAPResourceType.withUrl
(Collection<String> values) Adds objects to the list of Url using addAll methodLDAPResourceType.withUserDN
(String value) Sets the value of the userDN property.LDAPResourceType.withUsernameAttribute
(String value) Sets the value of the usernameAttribute property.LDAPResourceType.withUsernameFormat
(String value) Sets the value of the usernameFormat property.LDAPResourceType.withUserSearchFilter
(String value) Sets the value of the userSearchFilter property.LDAPResourceType.withUseStartTLS
(boolean value) Sets the value of the useStartTLS property.Methods in com.vidispine.generated with parameters of type LDAPResourceTypeModifier and TypeMethodDescriptionvoid
ResourceType.setLdap
(LDAPResourceType value) Sets the value of the ldap property.ResourceType.withLdap
(LDAPResourceType value) Sets the value of the ldap property.