public interface GetConnectionIdExtendedOperationHandlerCfg extends ExtendedOperationHandlerCfg
The Get Connection Id Extended Operation Handler provides a mechanism for clients to obtain the internal connection ID that the server uses to reference their client connection.
Modifier and Type | Method and Description |
---|---|
void |
addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Register to be notified when this Get Connection Id Extended Operation Handler is changed.
|
Class<? extends GetConnectionIdExtendedOperationHandlerCfg> |
configurationClass()
Gets the configuration class associated with this Get Connection Id Extended Operation Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Deregister an existing Get Connection Id Extended Operation Handler configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
Class<? extends GetConnectionIdExtendedOperationHandlerCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface ExtendedOperationHandlerCfg
void addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
listener
- The Get Connection Id Extended Operation Handler configuration change listener.void removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
listener
- The Get Connection Id Extended Operation Handler configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Get Connection Id Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfg
Copyright 2010-2017 ForgeRock AS.