|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchFilter | |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.auth | |
| edu.vt.middleware.ldap.auth.handler | |
| edu.vt.middleware.ldap.pool | |
| Uses of SearchFilter in edu.vt.middleware.ldap |
|---|
| Methods in edu.vt.middleware.ldap with parameters of type SearchFilter | |
|---|---|
boolean |
Ldap.compare(SearchFilter filter)
This will perform an LDAP compare operation with the supplied filter. |
boolean |
Ldap.compare(String dn,
SearchFilter filter)
This will perform an LDAP compare operation with the supplied filter and dn. |
Iterator<SearchResult> |
Ldap.search(SearchFilter filter)
This will query the LDAP with the supplied filter. |
Iterator<SearchResult> |
Ldap.search(SearchFilter filter,
SearchControls searchControls)
This will query the LDAP with the supplied filter and search controls. |
Iterator<SearchResult> |
Ldap.search(SearchFilter filter,
String[] retAttrs)
This will query the LDAP with the supplied filter and return attributes. |
Iterator<SearchResult> |
Ldap.search(String dn,
SearchFilter filter)
This will query the LDAP with the supplied dn and filter. |
Iterator<SearchResult> |
Ldap.search(String dn,
SearchFilter filter,
SearchControls searchControls)
This will query the LDAP with the supplied dn, filter, and search controls. |
Iterator<SearchResult> |
Ldap.search(String dn,
SearchFilter filter,
SearchControls searchControls,
SearchResultHandler... handler)
This will query the LDAP with the supplied dn, filter, search controls, and search result handler. |
Iterator<SearchResult> |
Ldap.search(String dn,
SearchFilter filter,
String[] retAttrs)
This will query the LDAP with the supplied dn, filter, and return attributes. |
Iterator<SearchResult> |
Ldap.search(String dn,
SearchFilter filter,
String[] retAttrs,
SearchResultHandler... handler)
This will query the LDAP with the supplied dn, filter, return attributes, and search result handler. |
| Uses of SearchFilter in edu.vt.middleware.ldap.auth |
|---|
| Methods in edu.vt.middleware.ldap.auth with parameters of type SearchFilter | |
|---|---|
boolean |
Authenticator.authenticate(String user,
Object credential,
SearchFilter filter)
This will authenticate by binding to the LDAP with the supplied user and credential. |
Attributes |
Authenticator.authenticate(String user,
Object credential,
SearchFilter filter,
String[] retAttrs)
This will authenticate by binding to the LDAP with the supplied user and credential. |
| Uses of SearchFilter in edu.vt.middleware.ldap.auth.handler |
|---|
| Methods in edu.vt.middleware.ldap.auth.handler that return SearchFilter | |
|---|---|
SearchFilter |
CompareAuthorizationHandler.getSearchFilter()
Returns the search filter. |
| Methods in edu.vt.middleware.ldap.auth.handler with parameters of type SearchFilter | |
|---|---|
void |
CompareAuthorizationHandler.setSearchFilter(SearchFilter sf)
Sets the search filter. |
| Constructors in edu.vt.middleware.ldap.auth.handler with parameters of type SearchFilter | |
|---|---|
CompareAuthorizationHandler(SearchFilter sf)
Creates a new CompareAuthorizationHandler with the supplied
search filter. |
|
| Uses of SearchFilter in edu.vt.middleware.ldap.pool |
|---|
| Methods in edu.vt.middleware.ldap.pool that return SearchFilter | |
|---|---|
SearchFilter |
CompareLdapValidator.getValidateFilter()
Returns the validate filter. |
| Methods in edu.vt.middleware.ldap.pool with parameters of type SearchFilter | |
|---|---|
void |
CompareLdapValidator.setValidateFilter(SearchFilter filter)
Sets the validate filter. |
| Constructors in edu.vt.middleware.ldap.pool with parameters of type SearchFilter | |
|---|---|
CompareLdapValidator(String dn,
SearchFilter filter)
Creates a new CompareLdapValidator with the supplied compare
dn and filter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||