org.ldaptive.auth
Interface AddControlAuthenticationRequestHandler.ControlFactory

Enclosing class:
AddControlAuthenticationRequestHandler

public static interface AddControlAuthenticationRequestHandler.ControlFactory

Factory that produces RequestControls.


Method Summary
 RequestControl[] getControls(String dn, User user)
          Creates a new array of request controls.
 

Method Detail

getControls

RequestControl[] getControls(String dn,
                             User user)
Creates a new array of request controls. Implementations must treat the supplied parameters as unauthenticated data. Authentication has not been performed when this factory is invoked.

Parameters:
dn - distinguished name of the unauthenticated user
user - id of the unauthenticated user
Returns:
request controls


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