Class OpenDJControlHandler

  • All Implemented Interfaces:
    ControlHandler<org.forgerock.opendj.ldap.controls.Control>

    public class OpenDJControlHandler
    extends Object
    implements ControlHandler<org.forgerock.opendj.ldap.controls.Control>
    OpenDJ control handler.
    • Constructor Detail

      • OpenDJControlHandler

        public OpenDJControlHandler()
    • Method Detail

      • getControlType

        public Class<org.forgerock.opendj.ldap.controls.Control> getControlType()
        Specified by:
        getControlType in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
      • getOID

        public String getOID​(org.forgerock.opendj.ldap.controls.Control control)
        Specified by:
        getOID in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
      • handleRequest

        public org.forgerock.opendj.ldap.controls.Control handleRequest​(RequestControl requestControl)
        Specified by:
        handleRequest in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
      • handleResponse

        public ResponseControl handleResponse​(org.forgerock.opendj.ldap.controls.Control responseControl)
        Specified by:
        handleResponse in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>