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
Based 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 (RFC 7662) 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-2020 ForgeRock AS.