Note: this is an abstract component, that cannot be instantiated.
The Identity Provider This represents an Identity Provider configuration
It is an entry point for identity provider. All Identity Providers will be extending this object class.
The following Identity Providers are available in the server :
These Identity Providers inherit from the properties described below.
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class |
Description | Indicates whether the Identity Provider 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 Identity Provider implementation. |
---|---|
Default Value | None |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.IdentityProvider |
Multi-valued | No |
Required | Yes |
Admin Action Required | The Identity Provider must be disabled and re-enabled for changes to this setting to take effect |
Advanced Property | No |
Read-only | No |