Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.auth | |
edu.vt.middleware.ldap.auth.handler | |
edu.vt.middleware.ldap.pool |
Modifier and Type | Method and Description |
---|---|
boolean |
Ldap.compare(SearchFilter filter)
This will perform an LDAP compare operation with the supplied filter.
|
boolean |
Ldap.compare(java.lang.String dn,
SearchFilter filter)
This will perform an LDAP compare operation with the supplied filter and
dn.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(SearchFilter filter)
This will query the LDAP with the supplied filter.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(SearchFilter filter,
javax.naming.directory.SearchControls searchControls)
This will query the LDAP with the supplied filter and search controls.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(SearchFilter filter,
java.lang.String[] retAttrs)
This will query the LDAP with the supplied filter and return attributes.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(java.lang.String dn,
SearchFilter filter)
This will query the LDAP with the supplied dn and filter.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(java.lang.String dn,
SearchFilter filter,
javax.naming.directory.SearchControls searchControls)
This will query the LDAP with the supplied dn, filter, and search controls.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(java.lang.String dn,
SearchFilter filter,
javax.naming.directory.SearchControls searchControls,
SearchResultHandler... handler)
This will query the LDAP with the supplied dn, filter, search controls, and
search result handler.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(java.lang.String dn,
SearchFilter filter,
java.lang.String[] retAttrs)
This will query the LDAP with the supplied dn, filter, and return
attributes.
|
java.util.Iterator<javax.naming.directory.SearchResult> |
Ldap.search(java.lang.String dn,
SearchFilter filter,
java.lang.String[] retAttrs,
SearchResultHandler... handler)
This will query the LDAP with the supplied dn, filter, return attributes,
and search result handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authenticator.authenticate(java.lang.String user,
java.lang.Object credential,
SearchFilter filter)
This will authenticate by binding to the LDAP with the supplied user and
credential.
|
javax.naming.directory.Attributes |
Authenticator.authenticate(java.lang.String user,
java.lang.Object credential,
SearchFilter filter,
java.lang.String[] retAttrs)
This will authenticate by binding to the LDAP with the supplied user and
credential.
|
Modifier and Type | Method and Description |
---|---|
SearchFilter |
CompareAuthorizationHandler.getSearchFilter()
Returns the search filter.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareAuthorizationHandler.setSearchFilter(SearchFilter sf)
Sets the search filter.
|
Constructor and Description |
---|
CompareAuthorizationHandler(SearchFilter sf)
Creates a new
CompareAuthorizationHandler with the supplied
search filter. |
Modifier and Type | Method and Description |
---|---|
SearchFilter |
CompareLdapValidator.getValidateFilter()
Returns the validate filter.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareLdapValidator.setValidateFilter(SearchFilter filter)
Sets the validate filter.
|
Constructor and Description |
---|
CompareLdapValidator(java.lang.String dn,
SearchFilter filter)
Creates a new
CompareLdapValidator with the supplied compare
dn and filter. |
Copyright © 2014. All Rights Reserved.