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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPAnonymousAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Anonymous
Authorization Mechanism settings.
|
interface |
HTTPBasicAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Basic
Authorization Mechanism settings.
|
interface |
HTTPOauth2AuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Oauth2
Authorization Mechanism settings.
|
interface |
HTTPOauth2CtsAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Oauth2 Cts
Authorization Mechanism settings.
|
interface |
HTTPOauth2FileAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Oauth2 File
Authorization Mechanism settings.
|
interface |
HTTPOauth2OpenamAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Oauth2
Openam Authorization Mechanism settings.
|
interface |
HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
A client-side interface for reading and modifying HTTP Oauth2 Token
Introspection Authorization Mechanism settings.
|
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 | Method and Description |
---|---|
HTTPAuthorizationMechanismCfgClient |
RootCfgClient.getHTTPAuthorizationMechanism(String name)
Gets the named HTTP Authorization Mechanism.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HTTPAuthorizationMechanismCfgClient,? extends HTTPAuthorizationMechanismCfg> |
HTTPAuthorizationMechanismCfgClient.definition()
Get the configuration definition associated with this HTTP Authorization Mechanism.
|
Copyright 2010-2017 ForgeRock AS.