public interface StartTLSExtendedOperationHandlerCfgClient extends ExtendedOperationHandlerCfgClient
The Start TLS Extended Operation Handler provides the ability clients to use the StartTLS extended operation to initiate a secure communication channel over an otherwise clear-text LDAP connection.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends StartTLSExtendedOperationHandlerCfgClient,? extends StartTLSExtendedOperationHandlerCfg> |
definition()
Get the configuration definition associated with this Start TLS Extended Operation Handler.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends StartTLSExtendedOperationHandlerCfgClient,? extends StartTLSExtendedOperationHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ExtendedOperationHandlerCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Start TLS Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Start TLS 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-2016 ForgeRock AS. All Rights Reserved.