Note: this is an abstract component, that cannot be instantiated.
The HTTP Authorization Mechanism is used to define HTTP authorization mechanism.
The following HTTP Authorization Mechanisms are available in the server :
These HTTP Authorization Mechanisms inherit from the properties described below.
The following components have a direct AGGREGATION relation TO HTTP Authorization Mechanisms :
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | ↓ java-class |
| Description | Indicates whether the HTTP Authorization Mechanism is enabled. |
| Default Value | None |
| Allowed Values | true false |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Specifies the fully-qualified name of the Java class that provides the HTTP Authorization Mechanism implementation. |
| Default Value | None |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.protocols.http.authz.HttpAuthorizationMechanism |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |