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 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 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-2017 ForgeRock AS.