Uses of Class
org.ldaptive.auth.User
-
Packages that use User Package Description org.ldaptive.auth -
-
Uses of User in org.ldaptive.auth
Fields in org.ldaptive.auth declared as User Modifier and Type Field Description private User
AuthenticationRequest. user
User.Methods in org.ldaptive.auth that return User Modifier and Type Method Description User
AuthenticationRequest. getUser()
Returns the user.Methods in org.ldaptive.auth with parameters of type User Modifier and Type Method Description protected FilterTemplate
SearchDnResolver. createFilterTemplate(User user)
Returns a filter template usingSearchDnResolver.userFilter
andSearchDnResolver.userFilterParameters
.RequestControl[]
AddControlAuthenticationRequestHandler.ControlFactory. getControls(String dn, User user)
Creates a new array of request controls.String
AggregateDnResolver. resolve(User user)
String
DnResolver. resolve(User user)
Attempts to find the LDAP DN for the supplied user.String
FormatDnResolver. resolve(User user)
Returns a DN for the supplied user by applying it to a format string.String
NoOpDnResolver. resolve(User user)
Returns the user as the DN.String
SearchDnResolver. resolve(User user)
Attempts to find the DN for the supplied user.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.Constructors in org.ldaptive.auth with parameters of type User Constructor Description AuthenticationRequest(User u, Credential c)
Creates a new authentication request.AuthenticationRequest(User u, Credential c, String... attrs)
Creates a new authentication request.
-