Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.protocols.http.authz |
Contains factories to build the authorization stage of the HTTP request processing.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HttpAuthorizationMechanismCfgClient,? extends HttpAuthorizationMechanismCfg> |
HttpAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Authorization Mechanism.
|
Modifier and Type | Method and Description |
---|---|
<C extends HttpAuthorizationMechanismCfgClient> |
RootCfgClient.createHttpAuthorizationMechanism(ManagedObjectDefinition<C,? extends HttpAuthorizationMechanismCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Http Authorization Mechanism.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpAnonymousAuthorizationMechanismCfg
A server-side interface for querying HTTP Anonymous Authorization
Mechanism settings.
|
interface |
HttpBasicAuthorizationMechanismCfg
A server-side interface for querying HTTP Basic Authorization
Mechanism settings.
|
interface |
HttpOauth2AuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 Authorization
Mechanism settings.
|
interface |
HttpOauth2CtsAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 CTS Authorization
Mechanism settings.
|
interface |
HttpOauth2FileAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 File Based
Authorization Mechanism settings.
|
interface |
HttpOauth2OpenamAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 OpenAM
Authorization Mechanism settings.
|
interface |
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 Token
Introspection (RFC 7662) Authorization Mechanism settings.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthorizationMechanismCfg |
RootCfg.getHttpAuthorizationMechanism(String name)
Gets the named Http Authorization Mechanism.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpAuthorizationMechanismCfg> |
HttpAuthorizationMechanismCfg.configurationClass()
Gets the configuration class associated with this HTTP Authorization Mechanism.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAuthorizationMechanismCfg.addChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Authorization Mechanism is changed.
|
void |
RootCfg.addHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Registers to be notified when new Http Authorization Mechanisms are added.
|
void |
RootCfg.addHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener)
Registers to be notified when existing Http Authorization Mechanisms are deleted.
|
void |
HttpAuthorizationMechanismCfg.removeChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Authorization Mechanism configuration change listener.
|
void |
RootCfg.removeHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Deregisters an existing Http Authorization Mechanism configuration add listener.
|
void |
RootCfg.removeHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener)
Deregisters an existing Http Authorization Mechanism configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAuthorizationMechanism<T extends HttpAuthorizationMechanismCfg>
Provides foundation for http authorization mechanisms.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthorizationMechanism<?> |
HttpAuthorizationMechanismFactory.newInstance(HttpAuthorizationMechanismCfg config)
Creates a new
HttpAuthorizationMechanism based on the configuration. |
Copyright 2010-2018 ForgeRock AS.