Interface AddControlAuthenticationRequestHandler.ControlFactory

Enclosing class:
AddControlAuthenticationRequestHandler

public static interface AddControlAuthenticationRequestHandler.ControlFactory
Factory that produces RequestControls.
  • Method Summary

    Modifier and Type
    Method
    Description
    getControls(String dn, User user)
    Creates a new array of request controls.
  • Method Details

    • 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