Modifier and Type | Method and Description |
---|---|
static LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnector.AUTHENTICATION_TYPE.getAuthenticationTypeByName(String s)
Returns the corresponding AUTHENTICATION_TYPE for the supplied auth type name.
|
static LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnector.AUTHENTICATION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapDataConnector.AUTHENTICATION_TYPE[] |
LdapDataConnector.AUTHENTICATION_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnectorFactoryBean.getAuthenticationType()
Gets the authentication type used when connecting to the directory.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapDataConnectorFactoryBean.setAuthenticationType(LdapDataConnector.AUTHENTICATION_TYPE type)
Sets the authentication type used when connecting to the directory.
|
Copyright © 1999–2014. All rights reserved.