public abstract static class CustomOrgLdapSettings.Builder<T extends CustomOrgLdapSettings.Builder<T>> extends Object
| Constructor and Description |
|---|
CustomOrgLdapSettings.Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
authenticationMechanism(String authenticationMechanism) |
CustomOrgLdapSettings |
build() |
T |
connectorType(String connectorType) |
T |
fromCustomOrgLdapSettings(CustomOrgLdapSettings in) |
T |
groupAttributes(OrgLdapGroupAttributes groupAttributes) |
T |
groupSearchBase(String groupSearchBase) |
T |
hostName(String hostName) |
T |
isGroupSearchBaseEnabled(boolean isGroupSearchBaseEnabled) |
T |
isSsl(Boolean isSsl) |
T |
isSslAcceptAll(Boolean isSslAcceptAll) |
T |
password(String password) |
T |
port(int port) |
T |
realm(String realm) |
T |
searchBase(String searchBase) |
protected abstract T |
self() |
T |
userAttributes(OrgLdapUserAttributes userAttributes) |
T |
userName(String userName) |
protected abstract T self()
public T hostName(String hostName)
CustomOrgLdapSettings.getHostName()public T port(int port)
CustomOrgLdapSettings.getPort()public T isSslAcceptAll(Boolean isSslAcceptAll)
CustomOrgLdapSettings#getIsSslAcceptAll()public T realm(String realm)
CustomOrgLdapSettings.getRealm()public T userName(String userName)
CustomOrgLdapSettings.getUserName()public T password(String password)
CustomOrgLdapSettings.getPassword()public T isGroupSearchBaseEnabled(boolean isGroupSearchBaseEnabled)
CustomOrgLdapSettings#getIsGroupSearchBaseEnabled()public T userAttributes(OrgLdapUserAttributes userAttributes)
public T groupAttributes(OrgLdapGroupAttributes groupAttributes)
public CustomOrgLdapSettings build()
public T fromCustomOrgLdapSettings(CustomOrgLdapSettings in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.