public class StartTLSExtendedOperation extends ExtendedOperationHandler<StartTLSExtendedOperationHandlerCfg>
| Constructor and Description |
|---|
StartTLSExtendedOperation()
Create an instance of this StartTLS extended operation handler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExtendedOperationName()
Retrieves the name associated with this extended operation.
|
String |
getExtendedOperationOID()
Retrieves the object OID associated with this extended operation.
|
void |
initializeExtendedOperationHandler(StartTLSExtendedOperationHandlerCfg config)
Initializes this extended operation handler based on the
information in the provided configuration entry.
|
void |
processExtendedOperation(ExtendedOperation operation)
Processes the provided extended operation.
|
finalizeExtendedOperationHandler, getSupportedControls, getSupportedFeatures, isConfigurationAcceptable, supportsControl, supportsFeaturepublic StartTLSExtendedOperation()
initializeExtendedOperationHandler method.public void initializeExtendedOperationHandler(StartTLSExtendedOperationHandlerCfg config) throws ConfigException, InitializationException
initializeExtendedOperationHandler in class ExtendedOperationHandler<StartTLSExtendedOperationHandlerCfg>config - The extended operation handler configuration that
contains the information to use to initialize
this extended operation handler.ConfigException - If an unrecoverable problem arises in
the process of performing the
initialization.InitializationException - If a problem occurs
during initialization that is
not related to the server
configuration.public void processExtendedOperation(ExtendedOperation operation)
processExtendedOperation in class ExtendedOperationHandler<StartTLSExtendedOperationHandlerCfg>operation - The extended operation to be processed.public String getExtendedOperationOID()
getExtendedOperationOID in class ExtendedOperationHandler<StartTLSExtendedOperationHandlerCfg>null if there is none.public String getExtendedOperationName()
getExtendedOperationName in class ExtendedOperationHandler<StartTLSExtendedOperationHandlerCfg>null if there is none.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.