Uses of Class
org.ldaptive.auth.User

Packages that use User
org.ldaptive.auth   
 

Uses of User in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return User
 User AuthenticationRequest.getUserEx()
          Returns the user.
 

Methods in org.ldaptive.auth with parameters of type User
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 NoOpDnResolver.resolve(User user)
          Returns the user as the DN.
 String FormatDnResolver.resolve(User user)
          Returns a DN for the supplied user by applying it to a format string.
 String DnResolverEx.resolve(User user)
          Attempts to find the LDAP DN for the supplied user.
 String AggregateDnResolver.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 Authenticator.resolveDn(User user)
          This will attempt to find the DN for the supplied user.
 void AuthenticationRequest.setUserEx(User u)
          Sets the user.
 

Constructors in org.ldaptive.auth with parameters of type User
AuthenticationRequest(User u, Credential c)
          Creates a new authentication request.
AuthenticationRequest(User u, Credential c, String... attrs)
          Creates a new authentication request.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.