HTTP Authorization Mechanism

This is an abstract object type that cannot be instantiated.

The HTTP Authorization Mechanism is used to define HTTP authorization mechanism.

HTTP Authorization Mechanisms

The following HTTP Authorization Mechanisms are available:

These HTTP Authorization Mechanisms inherit the properties described below.

Dependencies

The following objects depend on HTTP Authorization Mechanisms:

Basic Properties

enabled

SynopsisIndicates whether the HTTP Authorization Mechanism is enabled.
Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

Advanced Properties

Use the --advanced option to access advanced properties.

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the HTTP Authorization Mechanism implementation.
Default Value

None

Allowed Values

A Java class that extends or implements:

  • org.opends.server.protocols.http.authz.HttpAuthorizationMechanism

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

Yes

Read-Only

No

Read a different version of :