Class AbstractExtendedOperationFactory

    • Field Detail

      • LOG

        protected static final Logger LOG
        logger for reporting errors that might not be handled properly upstream
      • codec

        protected LdapApiService codec
        The LDAP codec responsible for encoding and decoding
      • oid

        protected String oid
        The extended operation OID
    • Constructor Detail

      • AbstractExtendedOperationFactory

        protected AbstractExtendedOperationFactory​(LdapApiService codec,
                                                   String oid)
        Creates a new instance of AbstractExtendedOperationFactory.
        Parameters:
        codec - The LdapApiService instance
        oid - The extended operation OID