Package org.ldaptive

Interface Message

    • Method Detail

      • getMessageID

        int getMessageID()
        Returns the ID for this message.
        Returns:
        message ID
      • getControls

        ResponseControl[] getControls()
        Returns the response controls for this message.
        Returns:
        response controls
      • getControl

        default ResponseControl getControl​(String oid)
        Returns the first response control with the supplied OID.
        Parameters:
        oid - of the response control to return
        Returns:
        response control or null if control could not be found