Class ExtrasCodecFactoryUtil


  • public final class ExtrasCodecFactoryUtil
    extends Object
    A utility class for adding Codec and extended operation factories.
    Author:
    Apache Directory Project
    • Method Detail

      • loadExtrasControls

        public static void loadExtrasControls​(LdapApiService apiService)
        Loads the extras controls.
        Parameters:
        apiService - The LDAP Service instance to use
      • loadExtrasExtendedOperations

        public static void loadExtrasExtendedOperations​(LdapApiService apiService)
        Load the extras extended operations :
        • cancel
        • certGeneration
        • gracefuShutdown
        • storedProcedure
        • gracefulDisconnect
        • passwordModify
        • whoAmI
        • startTls
        • startTransaction
        Parameters:
        apiService - The LdapApiService to use
      • loadExtrasIntermediateResponses

        public static void loadExtrasIntermediateResponses​(LdapApiService apiService)
        Load the extras intermediate responses :
        • syncInfovalue
        Parameters:
        apiService - The LdapApiService to use