Uses of Class
org.ldaptive.auth.User
Packages that use User
-
Uses of User in org.ldaptive.auth
Fields in org.ldaptive.auth declared as UserMethods in org.ldaptive.auth that return UserMethods in org.ldaptive.auth with parameters of type UserModifier and TypeMethodDescriptionprotected FilterTemplateSearchDnResolver.createFilterTemplate(User user) Returns a filter template usingSearchDnResolver.userFilterandSearchDnResolver.userFilterParameters.AddControlAuthenticationRequestHandler.ControlFactory.getControls(String dn, User user) Creates a new array of request controls.Attempts to find the LDAP DN for the supplied user.Returns a DN for the supplied user by applying it to a format string.Returns the user as the DN.Attempts to find the DN for the supplied user.This will attempt to find the DN for the supplied user.voidSets the user.Sets the user.Constructors in org.ldaptive.auth with parameters of type UserModifierConstructorDescriptionCreates a new authentication request.AuthenticationRequest(User u, Credential c, String... attrs) Creates a new authentication request.