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 UserAuthenticationRequest. userUser.Methods in org.ldaptive.auth that return User Modifier and Type Method Description UserAuthenticationRequest. getUser()Returns the user.Methods in org.ldaptive.auth with parameters of type User Modifier and Type Method Description protected FilterTemplateSearchDnResolver. createFilterTemplate(User user)Returns a filter template usingSearchDnResolver.userFilterandSearchDnResolver.userFilterParameters.RequestControl[]AddControlAuthenticationRequestHandler.ControlFactory. getControls(String dn, User user)Creates a new array of request controls.StringAggregateDnResolver. resolve(User user)StringDnResolver. resolve(User user)Attempts to find the LDAP DN for the supplied user.StringFormatDnResolver. resolve(User user)Returns a DN for the supplied user by applying it to a format string.StringNoOpDnResolver. resolve(User user)Returns the user as the DN.StringSearchDnResolver. resolve(User user)Attempts to find the DN for the supplied user.StringAuthenticator. resolveDn(User user)This will attempt to find the DN for the supplied user.voidAuthenticationRequest. setUser(User u)Sets the user.AuthenticationRequest.BuilderAuthenticationRequest.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.
-