public final class Rest2ldapEndpointCfgDefn extends ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
The Rest2ldap Endpoint provides RESTful access to LDAP application data using a set of customizable data transformations.
Modifier and Type | Method and Description |
---|---|
Rest2ldapEndpointCfgClient |
createClientConfiguration(ManagedObject<? extends Rest2ldapEndpointCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
Rest2ldapEndpointCfg |
createServerConfiguration(ServerManagedObject<? extends Rest2ldapEndpointCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
AggregationPropertyDefinition<HTTPAuthorizationMechanismCfgClient,HTTPAuthorizationMechanismCfg> |
getAuthorizationMechanismPropertyDefinition()
Get the "authorization-mechanism" property definition.
|
StringPropertyDefinition |
getBasePathPropertyDefinition()
Get the "base-path" property definition.
|
StringPropertyDefinition |
getConfigDirectoryPropertyDefinition()
Get the "config-directory" property definition.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static Rest2ldapEndpointCfgDefn |
getInstance()
Get the Rest2ldap Endpoint configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<Rest2ldapEndpointCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static Rest2ldapEndpointCfgDefn getInstance()
public Rest2ldapEndpointCfgClient createClientConfiguration(ManagedObject<? extends Rest2ldapEndpointCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
impl
- The managed object.public Rest2ldapEndpointCfg createServerConfiguration(ServerManagedObject<? extends Rest2ldapEndpointCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
impl
- The server managed object.public Class<Rest2ldapEndpointCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
public AggregationPropertyDefinition<HTTPAuthorizationMechanismCfgClient,HTTPAuthorizationMechanismCfg> getAuthorizationMechanismPropertyDefinition()
The HTTP authorization mechanisms supported by this Rest2ldap Endpoint.
public StringPropertyDefinition getBasePathPropertyDefinition()
All HTTP requests matching the base path or subordinate to it will be routed to the HTTP endpoint unless a more specific HTTP endpoint is found.
public StringPropertyDefinition getConfigDirectoryPropertyDefinition()
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.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Rest2ldap Endpoint is enabled.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Rest2ldap Endpoint implementation.
Copyright 2010-2017 ForgeRock AS.