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(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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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(String dn,
SearchFilter filter)
Creates a new
CompareLdapValidator with the supplied compare
dn and filter. |
Copyright © 2014. All rights reserved.