Class ExtrasCodecFactoryUtil
- java.lang.Object
-
- org.apache.directory.api.ldap.extras.ExtrasCodecFactoryUtil
-
public final class ExtrasCodecFactoryUtil extends Object
A utility class for adding Codec and extended operation factories.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadExtrasControls(LdapApiService apiService)Loads the extras controls.static voidloadExtrasExtendedOperations(LdapApiService apiService)Load the extras extended operations : cancel certGeneration gracefuShutdown storedProcedure gracefulDisconnect passwordModify whoAmI startTls startTransactionstatic voidloadExtrasIntermediateResponses(LdapApiService apiService)Load the extras intermediate responses : syncInfovalue
-
-
-
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
-
-