Package org.ldaptive.auth
Interface AddControlAuthenticationRequestHandler.ControlFactory
- Enclosing class:
AddControlAuthenticationRequestHandler
public static interface AddControlAuthenticationRequestHandler.ControlFactory
Factory that produces
RequestControl
s.-
Method Summary
Modifier and TypeMethodDescriptiongetControls
(String dn, User user) Creates a new array of request controls.
-
Method Details
-
getControls
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 useruser
- id of the unauthenticated user- Returns:
- request controls
-