Uses of Class
edu.vt.middleware.ldap.handler.ConnectionHandler.ConnectionStrategy
-
Packages that use ConnectionHandler.ConnectionStrategy Package Description edu.vt.middleware.ldap.handler -
-
Uses of ConnectionHandler.ConnectionStrategy in edu.vt.middleware.ldap.handler
Fields in edu.vt.middleware.ldap.handler declared as ConnectionHandler.ConnectionStrategy Modifier and Type Field Description protected ConnectionHandler.ConnectionStrategy
AbstractConnectionHandler. connectionStrategy
Ldap connection strategy.Methods in edu.vt.middleware.ldap.handler that return ConnectionHandler.ConnectionStrategy Modifier and Type Method Description ConnectionHandler.ConnectionStrategy
AbstractConnectionHandler. getConnectionStrategy()
Returns the connection strategy.ConnectionHandler.ConnectionStrategy
ConnectionHandler. getConnectionStrategy()
Returns the connection strategy.static ConnectionHandler.ConnectionStrategy
ConnectionHandler.ConnectionStrategy. valueOf(java.lang.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.Methods in edu.vt.middleware.ldap.handler with parameters of type ConnectionHandler.ConnectionStrategy Modifier and Type Method Description protected java.lang.String[]
AbstractConnectionHandler. parseLdapUrl(java.lang.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.
-