protected FilterTemplate |
SearchDnResolver.createFilterTemplate(User user) |
Returns a filter template using SearchDnResolver.userFilter and SearchDnResolver.userFilterParameters .
|
RequestControl[] |
AddControlAuthenticationRequestHandler.ControlFactory.getControls(java.lang.String dn,
User user) |
Creates a new array of request controls.
|
java.lang.String |
AggregateDnResolver.resolve(User user) |
|
java.lang.String |
DnResolver.resolve(User user) |
Attempts to find the LDAP DN for the supplied user.
|
java.lang.String |
FormatDnResolver.resolve(User user) |
Returns a DN for the supplied user by applying it to a format string.
|
java.lang.String |
NoOpDnResolver.resolve(User user) |
Returns the user as the DN.
|
java.lang.String |
SearchDnResolver.resolve(User user) |
Attempts to find the DN for the supplied user.
|
java.lang.String |
Authenticator.resolveDn(User user) |
This will attempt to find the DN for the supplied user.
|
void |
AuthenticationRequest.setUser(User u) |
Sets the user.
|
AuthenticationRequest.Builder |
AuthenticationRequest.Builder.user(User user) |
Sets the user.
|