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.
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)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
impl
- The managed object.public Rest2ldapEndpointCfg createServerConfiguration(ServerManagedObject<? extends Rest2ldapEndpointCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<Rest2ldapEndpointCfgClient,Rest2ldapEndpointCfg>
impl
- The server managed object.public Class<Rest2ldapEndpointCfg> getServerConfigurationClass()
ManagedObjectDefinition
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-2020 ForgeRock AS.