Class ControlFactory


  • public final class ControlFactory
    extends java.lang.Object
    Utility class for creating controls.
    Author:
    Middleware Services
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ResponseControl createResponseControl​(java.lang.String oid, boolean critical, DERBuffer encoded)
      Creates a response control from the supplied control data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createResponseControl

        public static ResponseControl createResponseControl​(java.lang.String oid,
                                                            boolean critical,
                                                            DERBuffer encoded)
        Creates a response control from the supplied control data.
        Parameters:
        oid - of the control
        critical - whether the control is critical
        encoded - BER encoding of the control
        Returns:
        response control