Package | Description |
---|---|
edu.vt.middleware.ldap.handler |
Modifier and Type | Field and Description |
---|---|
protected ConnectionHandler.ConnectionStrategy |
AbstractConnectionHandler.connectionStrategy
Ldap connection strategy.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandler.ConnectionStrategy |
AbstractConnectionHandler.getConnectionStrategy()
Returns the connection strategy.
|
ConnectionHandler.ConnectionStrategy |
ConnectionHandler.getConnectionStrategy()
Returns the connection strategy.
|
static ConnectionHandler.ConnectionStrategy |
ConnectionHandler.ConnectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionHandler.ConnectionStrategy[] |
ConnectionHandler.ConnectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
AbstractConnectionHandler.parseLdapUrl(String ldapUrl,
ConnectionHandler.ConnectionStrategy strategy)
Parses the supplied ldap url and splits it into separate URLs if it is
space delimited.
|
void |
AbstractConnectionHandler.setConnectionStrategy(ConnectionHandler.ConnectionStrategy strategy)
Sets the connection strategy.
|
void |
ConnectionHandler.setConnectionStrategy(ConnectionHandler.ConnectionStrategy strategy)
Sets the connection strategy.
|
Copyright © 2014. All rights reserved.