Uses of Interface
edu.vt.middleware.ldap.handler.ConnectionHandler
-
Packages that use ConnectionHandler Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.auth.handler edu.vt.middleware.ldap.handler -
-
Uses of ConnectionHandler in edu.vt.middleware.ldap
Fields in edu.vt.middleware.ldap declared as ConnectionHandler Modifier and Type Field Description protected ConnectionHandlerAbstractLdap. connectionHandlerLDAP connection handler.Methods in edu.vt.middleware.ldap that return ConnectionHandler Modifier and Type Method Description ConnectionHandlerLdapConfig. getConnectionHandler()This returns the connection handler of theLdapConfig.Methods in edu.vt.middleware.ldap with parameters of type ConnectionHandler Modifier and Type Method Description voidLdapConfig. setConnectionHandler(ConnectionHandler connectionHandler)This sets the connection handler of theLdapConfig. -
Uses of ConnectionHandler in edu.vt.middleware.ldap.auth.handler
Methods in edu.vt.middleware.ldap.auth.handler with parameters of type ConnectionHandler Modifier and Type Method Description abstract voidAbstractAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidBindAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidCompareAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication. -
Uses of ConnectionHandler in edu.vt.middleware.ldap.handler
Classes in edu.vt.middleware.ldap.handler that implement ConnectionHandler Modifier and Type Class Description classAbstractConnectionHandlerAbstractConnectionHandlerprovides a basic implementation for other connection handlers to inherit.classDefaultConnectionHandlerDefaultConnectionHandlercreates a newLdapContextusing environment properties obtained fromLdapConfig.getEnvironment().classTlsConnectionHandlerTlsConnectionHandlercreates a newLdapContextusing environment properties obtained fromLdapConfig.getEnvironment()and then invokes the startTLS extended operation on the context.Methods in edu.vt.middleware.ldap.handler that return ConnectionHandler Modifier and Type Method Description abstract ConnectionHandlerAbstractConnectionHandler. newInstance()Returns a separate instance of this connection handler with the same underlying ldap configuration.ConnectionHandlerConnectionHandler. newInstance()Returns a separate instance of this connection handler with the same underlying ldap configuration.
-