public interface HttpEndpointCfg extends Configuration
The HTTP Endpoint is used to define HTTP endpoint.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Register to be notified when this HTTP Endpoint is changed.
|
Class<? extends HttpEndpointCfg> |
configurationClass()
Gets the configuration class associated with this HTTP Endpoint.
|
SortedSet<String> |
getAuthorizationMechanism()
Gets the "authorization-mechanism" property.
|
SortedSet<Dn> |
getAuthorizationMechanismDns()
Gets the "authorization-mechanism" property as a set of DNs.
|
String |
getBasePath()
Gets the "base-path" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Deregister an existing HTTP Endpoint configuration change listener.
|
dn, name
Class<? extends HttpEndpointCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
listener
- The HTTP Endpoint configuration change listener.void removeChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
listener
- The HTTP Endpoint configuration change listener.SortedSet<String> getAuthorizationMechanism()
The HTTP authorization mechanisms supported by this HTTP Endpoint.
SortedSet<Dn> getAuthorizationMechanismDns()
The HTTP authorization mechanisms supported by this HTTP Endpoint.
String getBasePath()
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.
boolean isEnabled()
Indicates whether the HTTP Endpoint is enabled.
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the HTTP Endpoint implementation.
Copyright 2010-2022 ForgeRock AS.