| Name | Type | Description |
|---|---|---|
| deref | boolean | |
| displayName | String | |
| filter | boolean | |
| hostReachableTimeout | Number | |
| isDeref | boolean | |
| isFilter | boolean | |
| isSsl | boolean | |
| ldapGroupLookupBase | String | |
| ldapPassword | String | |
| ldapPort | Number | |
| ldapRoot | String | |
| ldapSoftware | String | |
| ldapTimeout | Number | |
| ldapUrl | String | |
| ldapUserLookupBase | String | |
| ldapUsername | String | |
| primaryLdapHost | String | |
| secondaryLdapHost | String | |
| ssl | boolean | |
| VSOAdmin | String |
| Name | Returns |
|---|---|
| getHostReachableTimeout() | Number |
| getLdapGroupLookupBase() | String |
| getLdapPassword() | String |
| getLdapPort() | Number |
| getLdapRoot() | String |
| getLdapSoftware() | String |
| getLdapTimeout() | Number |
| getLdapUrl() | String |
| getLdapUserLookupBase() | String |
| getLdapUsername() | String |
| getPrimaryLdapHost() | String |
| getSecondaryLdapHost() | String |
| getVSOAdmin() | String |
| isDeref() | boolean |
| isFilter(boolean ssl) | void |
| isFilter() | boolean |
| isSsl() | boolean |
| setDeref(boolean ssl) | void |
| setHostReachableTimeout(Number timeout) | void |
| setLdapGroupLookupBase(String groupLookupBase) | void |
| setLdapPassword(String password) | void |
| setLdapPort(Number port) | void |
| setLdapRoot(String root) | void |
| setLdapSoftware(String software) | void |
| setLdapTimeout(Number timeout) | void |
| setLdapUrl(String url) | void |
| setLdapUserLookupBase(String userLookupBase) | void |
| setLdapUsername(String username) | void |
| setPrimaryLdapHost(String hostname) | void |
| setSecondaryLdapHost(String hostname) | void |
| setSsl(boolean ssl) | void |
| setVSOAdmin(String vsoAdmin) | void |
| Method | Returns |
|---|---|
| ConfiguratorAuthentication.getLDAPAuthentication() | ConfiguratorLDAPAuthentication |
| ConfiguratorLDAPConfiguratorAction.getModel() | ConfiguratorLDAPAuthentication |
| None |
|---|