Uses of Class
edu.vt.middleware.ldap.Ldap
-
Packages that use Ldap Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.dsml edu.vt.middleware.ldap.handler edu.vt.middleware.ldap.jaas edu.vt.middleware.ldap.ldif edu.vt.middleware.ldap.pool -
-
Uses of Ldap in edu.vt.middleware.ldap
Fields in edu.vt.middleware.ldap with type parameters of type Ldap Modifier and Type Field Description protected LdapPool<Ldap>LdapSearch. poolLdap object to use for searching.Constructor parameters in edu.vt.middleware.ldap with type arguments of type Ldap Constructor Description LdapSearch(LdapPool<Ldap> pool)This creates a newLdapSearchwith the supplied pool. -
Uses of Ldap in edu.vt.middleware.ldap.dsml
Constructor parameters in edu.vt.middleware.ldap.dsml with type arguments of type Ldap Constructor Description DsmlSearch(LdapPool<Ldap> pool)This creates a newDsmlSearchwith the supplied pool. -
Uses of Ldap in edu.vt.middleware.ldap.handler
Methods in edu.vt.middleware.ldap.handler that return Ldap Modifier and Type Method Description LdapExtendedAttributeHandler. getSearchResultLdap()Gets theLdapused by the search operation invoking this handler.LdapExtendedSearchResultHandler. getSearchResultLdap()Gets theLdapused by the search operation invoking this handler.LdapRecursiveAttributeHandler. getSearchResultLdap()Gets theLdapused by the search operation invoking this handler.LdapRecursiveSearchResultHandler. getSearchResultLdap()Gets theLdapused by the search operation invoking this handler.Methods in edu.vt.middleware.ldap.handler with parameters of type Ldap Modifier and Type Method Description voidExtendedAttributeHandler. setSearchResultLdap(Ldap l)Sets theLdapused by the search operation invoking this handler.voidExtendedSearchResultHandler. setSearchResultLdap(Ldap l)Sets theLdapused by the search operation invoking this handler.voidRecursiveAttributeHandler. setSearchResultLdap(Ldap l)Sets theLdapused by the search operation invoking this handler.voidRecursiveSearchResultHandler. setSearchResultLdap(Ldap l)Sets theLdapused by the search operation invoking this handler.Constructors in edu.vt.middleware.ldap.handler with parameters of type Ldap Constructor Description RecursiveAttributeHandler(Ldap l, java.lang.String attrName)Creates a newRecursiveAttributeHandlerwith the supplied ldap and attribute name.RecursiveSearchResultHandler(Ldap l, java.lang.String searchAttr, java.lang.String[] mergeAttrs)Creates a newRecursiveAttributeHandlerwith the supplied ldap, search attribute, and merge attributes. -
Uses of Ldap in edu.vt.middleware.ldap.jaas
Methods in edu.vt.middleware.ldap.jaas that return Ldap Modifier and Type Method Description static LdapAbstractLoginModule. createLdap(java.util.Map<java.lang.String,?> options)This constructs a newLdapwith the supplied jaas options. -
Uses of Ldap in edu.vt.middleware.ldap.ldif
Constructor parameters in edu.vt.middleware.ldap.ldif with type arguments of type Ldap Constructor Description LdifSearch(LdapPool<Ldap> pool)This creates a newLdifSearchwith the supplied pool. -
Uses of Ldap in edu.vt.middleware.ldap.pool
Methods in edu.vt.middleware.ldap.pool that return Ldap Modifier and Type Method Description protected LdapBlockingLdapPool. blockAvailable()This blocks until an ldap object can be aquired.LdapBlockingLdapPool. checkOut()Returns an ldap object from the pool.LdapSharedLdapPool. checkOut()Returns an ldap object from the pool.LdapSoftLimitLdapPool. checkOut()Returns an ldap object from the pool.LdapDefaultLdapFactory. create()Create a new ldap object.protected LdapBlockingLdapPool. retrieveAvailable()This attempts to retrieve an ldap object from the available queue.protected LdapSharedLdapPool. retrieveAvailable()This attempts to retrieve an ldap object from the available queue.Methods in edu.vt.middleware.ldap.pool with parameters of type Ldap Modifier and Type Method Description booleanConnectLdapActivator. activate(Ldap l)Activate the supplied ldap object.voidBlockingLdapPool. checkIn(Ldap l)Returns an ldap object to the pool.voidSharedLdapPool. checkIn(Ldap l)Returns an ldap object to the pool.voidDefaultLdapFactory. destroy(Ldap l)Destroy an ldap object.booleanCloseLdapPassivator. passivate(Ldap l)Passivate the supplied ldap object.booleanCompareLdapValidator. validate(Ldap l)Validate the supplied ldap object.booleanConnectLdapValidator. validate(Ldap l)Validate the supplied ldap object.Constructor parameters in edu.vt.middleware.ldap.pool with type arguments of type Ldap Constructor Description BlockingLdapPool(LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap factory.BlockingLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap config and factory.SharedLdapPool(LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap factory.SharedLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap config and factory.SoftLimitLdapPool(LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap factory.SoftLimitLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)Creates a new ldap pool with the supplied ldap config and factory.
-