Package org.ldaptive.auth
Interface AddControlAuthenticationRequestHandler.ControlFactory
-
- Enclosing class:
- AddControlAuthenticationRequestHandler
public static interface AddControlAuthenticationRequestHandler.ControlFactory
Factory that producesRequestControl
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 useruser
- id of the unauthenticated user- Returns:
- request controls
-
-