public interface GetConnectionIdExtendedOperationHandlerCfgClient extends ExtendedOperationHandlerCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends GetConnectionIdExtendedOperationHandlerCfgClient,? extends GetConnectionIdExtendedOperationHandlerCfg> |
definition()
Get the configuration definition associated with this Get Connection ID Extended Operation Handler.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends GetConnectionIdExtendedOperationHandlerCfgClient,? extends GetConnectionIdExtendedOperationHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ExtendedOperationHandlerCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Get Connection ID Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Get Connection ID Extended Operation Handler implementation.
setJavaClass
in interface ExtendedOperationHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.