| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setAuthorizationEndpoint(java.lang.String authorizationEndpoint)
The URL of the OpenID provider's authorization endpoint.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setClaimMap(java.util.List<ClaimMap> claimMap)
Configuration for mapping claims in OIDC ID tokens to NSX roles.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setClaimsSupported(java.util.List<java.lang.String> claimsSupported)
The list of claims that the OpenID provider supports.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setClientId(java.lang.String clientId)
The client ID for NSX to use when authenticating via this OIDC provider.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setClientSecret(java.lang.String clientSecret)
The client secret for NSX to use when authenticating via this OIDC provider.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setCspConfig(CspConfig cspConfig) |
OidcEndPoint.Builder |
OidcEndPoint.Builder.setDescription(java.lang.String description)
Description of this resource
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setEndSessionEndpointUri(java.lang.String endSessionEndpointUri)
URI of the OpenID session logout end-point.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setIssuer(java.lang.String issuer)
Issuer of the JWT tokens for the given type.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setJwksUri(java.lang.String jwksUri)
The URI where the JWKS document is located that has the key used to validate the
JWT signature.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setName(java.lang.String name)
A short, unique name for this OpenID Connect end-point.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setOidcType(java.lang.String oidcType)
Possible values are:
OidcEndPoint.OIDC_TYPE_VCENTER OidcEndPoint.OIDC_TYPE_WS_ONE OidcEndPoint.OIDC_TYPE_CSP Type used to
distinguish the OIDC end-points by IDP. |
OidcEndPoint.Builder |
OidcEndPoint.Builder.setOidcUri(java.lang.String oidcUri)
URI of the OpenID Connect end-point.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setOverrideRoles(java.util.List<java.lang.String> overrideRoles)
When specified this role or roles are used instead of the nsx-role in the JWT
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setRestrictScimSearch(java.lang.Boolean restrictScimSearch)
If set to true, then it is only possible to perform a SCIM search against the
OIDC provider used to authenticate.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setScimEndpoints(java.util.List<java.lang.String> scimEndpoints)
The SCIM (System for Cross-domain Identity Management) endpoint URLs to use when
enumerating users and groups.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setSelf(SelfResourceLink self) |
OidcEndPoint.Builder |
OidcEndPoint.Builder.setServicedDomains(java.util.List<java.lang.String> servicedDomains)
When a login to NSX using a principal name of the form user@domain is attempted,
the list of OIDC providers will be scanned to find one with a matching domain.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setThumbprint(java.lang.String thumbprint)
Thumbprint in SHA-256 format used to verify the server certificate at the URI.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setTokenEndpoint(java.lang.String tokenEndpoint)
The URL of the OpenID provider's token endpoint.
|
OidcEndPoint.Builder |
OidcEndPoint.Builder.setUserinfoEndpoint(java.lang.String userinfoEndpoint)
The URL of the OpenID provider's userinfo endpoint.
|