com.vmware.vcenter.identity package provides interfaces to manage
VcIdentity.See: Description
| Interface | Description |
|---|---|
| Providers |
The
Providers interface provides methods to list, read and modify
vCenter Server identity providers. |
| ProvidersTypes |
Defines the data types of the
Providers
API service. |
| Class | Description |
|---|---|
| IdentityFactory |
IdentityFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.identity package and also has the subpackages reference
to access respective subpackage services. |
| ProvidersDefinitions |
Defines the type descriptors for the
Providers
API service. |
| ProvidersStub |
Remote stub implementation of the
Providers
API service. |
| ProvidersTypes.ConfigType |
The
ConfigType class contains the possible types of vCenter Server
identity providers. |
| ProvidersTypes.CreateSpec |
The
CreateSpec class contains the information used to create an identity
provider. |
| ProvidersTypes.CreateSpec.Builder |
Builder class for
ProvidersTypes.CreateSpec. |
| ProvidersTypes.Info |
The
Info class contains the information about an identity provider. |
| ProvidersTypes.Info.Builder |
Builder class for
ProvidersTypes.Info. |
| ProvidersTypes.Oauth2AuthenticationMethod |
The
Oauth2AuthenticationMethod class contains the possible types of
OAuth2 authentication methods. |
| ProvidersTypes.Oauth2CreateSpec |
The
Oauth2CreateSpec class contains the information used to create an
OAuth2 identity provider. |
| ProvidersTypes.Oauth2CreateSpec.Builder |
Builder class for
ProvidersTypes.Oauth2CreateSpec. |
| ProvidersTypes.Oauth2Info |
The
Oauth2Info class contains the information about an OAuth2 identity
provider. |
| ProvidersTypes.Oauth2Info.Builder |
Builder class for
ProvidersTypes.Oauth2Info. |
| ProvidersTypes.Oauth2Summary |
The
Oauth2Summary class contains commonly used information about an
OAuth2 identity provider. |
| ProvidersTypes.Oauth2Summary.Builder |
Builder class for
ProvidersTypes.Oauth2Summary. |
| ProvidersTypes.Oauth2UpdateSpec |
The
Oauth2UpdateSpec class contains the information used to update the
OAuth2 identity provider. |
| ProvidersTypes.Oauth2UpdateSpec.Builder |
Builder class for
ProvidersTypes.Oauth2UpdateSpec. |
| ProvidersTypes.OidcCreateSpec |
The
OidcCreateSpec class contains the information used to create an OIDC
identity provider. |
| ProvidersTypes.OidcCreateSpec.Builder |
Builder class for
ProvidersTypes.OidcCreateSpec. |
| ProvidersTypes.OidcInfo |
The
OidcInfo class contains information about an OIDC identity provider. |
| ProvidersTypes.OidcInfo.Builder |
Builder class for
ProvidersTypes.OidcInfo. |
| ProvidersTypes.OidcSummary |
The
OidcSummary class contains commonly used information about an OIDC
identity provider. |
| ProvidersTypes.OidcSummary.Builder |
Builder class for
ProvidersTypes.OidcSummary. |
| ProvidersTypes.OidcUpdateSpec |
The
OidcUpdateSpec class contains the information used to update the
OIDC identity provider. |
| ProvidersTypes.OidcUpdateSpec.Builder |
Builder class for
ProvidersTypes.OidcUpdateSpec. |
| ProvidersTypes.Summary |
The
Summary class contains commonly used information about an identity
provider. |
| ProvidersTypes.Summary.Builder |
Builder class for
ProvidersTypes.Summary. |
| ProvidersTypes.UpdateSpec |
The
UpdateSpec class contains the information used to update the
identity provider. |
| ProvidersTypes.UpdateSpec.Builder |
Builder class for
ProvidersTypes.UpdateSpec. |
| StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.identity package. |
| Enum | Description |
|---|---|
| ProvidersTypes.ConfigType.Values |
Native Java
enum representing this enumeration class. |
| ProvidersTypes.Oauth2AuthenticationMethod.Values |
Native Java
enum representing this enumeration class. |
com.vmware.vcenter.identity package provides interfaces to manage
VcIdentity.