public interface Rest2ldapEndpointCfgClient extends HTTPEndpointCfgClient
The Rest2ldap Endpoint provides RESTful access to LDAP application data using a set of customizable data transformations.
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends Rest2ldapEndpointCfgClient,? extends Rest2ldapEndpointCfg> |
definition()
Get the configuration definition associated with this Rest2ldap Endpoint.
|
String |
getConfigDirectory()
Gets the "config-directory" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setConfigDirectory(String value)
Sets the "config-directory" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
getAuthorizationMechanism, getBasePath, isEnabled, setAuthorizationMechanism, setBasePath, setEnabledcommit, propertiesManagedObjectDefinition<? extends Rest2ldapEndpointCfgClient,? extends Rest2ldapEndpointCfg> definition()
definition in interface ConfigurationClientdefinition in interface HTTPEndpointCfgClientString getConfigDirectory()
The directory containing the Rest2Ldap configuration file(s) for this specific endpoint.
The directory must be readable by the server and may contain multiple configuration files, one for each supported version of the REST endpoint. If a relative path is used then it will be resolved against the server's instance directory.
void setConfigDirectory(String value) throws PropertyException
The directory containing the Rest2Ldap configuration file(s) for this specific endpoint.
The directory must be readable by the server and may contain multiple configuration files, one for each supported version of the REST endpoint. If a relative path is used then it will be resolved against the server's instance directory.
value - The value of the "config-directory" property.PropertyException - If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Rest2ldap Endpoint implementation.
getJavaClass in interface HTTPEndpointCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Rest2ldap Endpoint implementation.
setJavaClass in interface HTTPEndpointCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.