Package | Description |
---|---|
org.ldaptive.auth |
Modifier and Type | Field and Description |
---|---|
private User |
AuthenticationRequest.user
User.
|
Modifier and Type | Method and Description |
---|---|
User |
AuthenticationRequest.getUser()
Returns the user.
|
Modifier and Type | Method and Description |
---|---|
protected SearchFilter |
AbstractSearchDnResolver.createSearchFilter(User user)
Returns a search filter using
AbstractSearchDnResolver.userFilter and AbstractSearchDnResolver.userFilterParameters . |
RequestControl[] |
AddControlAuthenticationRequestHandler.ControlFactory.getControls(String dn,
User user)
Creates a new array of request controls.
|
String |
AggregateDnResolver.resolve(User user) |
String |
FormatDnResolver.resolve(User user)
Returns a DN for the supplied user by applying it to a format string.
|
String |
DnResolver.resolve(User user)
Attempts to find the LDAP DN for the supplied user.
|
String |
AbstractSearchDnResolver.resolve(User user)
Attempts to find the DN for the supplied user.
|
String |
NoOpDnResolver.resolve(User user)
Returns the user as the DN.
|
String |
Authenticator.resolveDn(User user)
This will attempt to find the DN for the supplied user.
|
void |
AuthenticationRequest.setUser(User u)
Sets the user.
|
Constructor and Description |
---|
AuthenticationRequest(User u,
Credential c)
Creates a new authentication request.
|
AuthenticationRequest(User u,
Credential c,
String... attrs)
Creates a new authentication request.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.