Class OidcEndPoint

  • All Implemented Interfaces:
    com.vmware.vapi.bindings.StaticStructure, com.vmware.vapi.bindings.Structure, java.io.Serializable

    public final class OidcEndPoint
    extends java.lang.Object
    implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
    OpenID Connect end-point specifying where to fetch the JWKS document used to validate JWT tokens for TokenBasedPrincipalIdentities.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        OidcEndPoint()
      Default constructor.
      protected OidcEndPoint​(com.vmware.vapi.data.StructValue __dynamicStructureFields)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends com.vmware.vapi.bindings.Structure>
      T
      _convertTo​(java.lang.Class<T> clazz)  
      java.lang.String _getCanonicalName()  
      static java.lang.String _getCanonicalTypeName()
      Returns the canonical type name.
      static com.vmware.vapi.bindings.type.StructType _getClassType()
      WARNING: Internal method, subject to change in future versions.
      com.vmware.vapi.data.StructValue _getDataValue()  
      com.vmware.vapi.data.DataValue _getDynamicField​(java.lang.String fieldName)  
      java.util.Set<java.lang.String> _getDynamicFieldNames()  
      com.vmware.vapi.bindings.type.StructType _getType()  
      boolean _hasTypeNameOf​(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)  
      static OidcEndPoint _newInstance​(com.vmware.vapi.data.StructValue structValue)
      WARNING: Internal method, subject to change in future versions.
      Returns new instance of this binding class and injects the provided data value.
      WARNING: The returned object is not fully initialized.
      static OidcEndPoint _newInstance2​(com.vmware.vapi.data.StructValue structValue)
      WARNING: Internal method, subject to change in future versions.
      Serves as a versioning mechanism.
      void _setDynamicField​(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)  
      protected void _updateDataValue​(com.vmware.vapi.data.StructValue structValue)  
      void _validate()  
      boolean equals​(java.lang.Object obj)  
      java.lang.String getAuthorizationEndpoint()
      The URL of the OpenID provider's authorization endpoint.
      java.util.List<ClaimMap> getClaimMap()
      Configuration for mapping claims in OIDC ID tokens to NSX roles.
      java.util.List<java.lang.String> getClaimsSupported()
      The list of claims that the OpenID provider supports.
      java.lang.String getClientId()
      The client ID for NSX to use when authenticating via this OIDC provider.
      java.lang.String getClientSecret()
      The client secret for NSX to use when authenticating via this OIDC provider.
      java.lang.Long getCreateTime()
      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.
      java.lang.String getCreateUser()
      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.
      CspConfig getCspConfig()  
      java.lang.String getDescription()
      Description of this resource
      java.lang.String getDisplayName()
      Defaults to ID if not set
      java.lang.String getEndSessionEndpointUri()
      URI of the OpenID session logout end-point.
      java.lang.String getId()
      Unique identifier of this resource
      java.lang.String getIssuer()
      Issuer of the JWT tokens for the given type.
      java.lang.String getJwksUri()
      The URI where the JWKS document is located that has the key used to validate the JWT signature.
      java.lang.Long getLastModifiedTime()
      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.
      java.lang.String getLastModifiedUser()
      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.
      java.util.List<ResourceLink> getLinks()
      The server will populate this field when returing the resource.
      java.lang.String getName()
      A short, unique name for this OpenID Connect end-point.
      java.lang.String getOidcType()
      Possible values are: OIDC_TYPE_VCENTER OIDC_TYPE_WS_ONE OIDC_TYPE_CSP Type used to distinguish the OIDC end-points by IDP.
      java.lang.String getOidcUri()
      URI of the OpenID Connect end-point.
      java.util.List<java.lang.String> getOverrideRoles()
      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.
      java.lang.String getProtection()
      Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it.
      java.lang.String getResourceType()
      The type of this resource.
      java.lang.Boolean getRestrictScimSearch()
      If set to true, then it is only possible to perform a SCIM search against the OIDC provider used to authenticate.
      java.lang.Long getRevision()
      The _revision property describes the current revision of the resource.
      java.lang.String getSchema()
      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.
      java.util.List<java.lang.String> getScimEndpoints()
      The SCIM (System for Cross-domain Identity Management) endpoint URLs to use when enumerating users and groups.
      SelfResourceLink getSelf()  
      java.util.List<java.lang.String> getServicedDomains()
      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.
      java.lang.Boolean getSystemOwned()
      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.
      java.util.List<Tag> getTags()
      Opaque identifiers meaningful to the API user
      java.lang.String getThumbprint()
      Thumbprint in SHA-256 format used to verify the server certificate at the URI.
      java.lang.String getTokenEndpoint()
      The URL of the OpenID provider's token endpoint.
      java.lang.String getUserinfoEndpoint()
      The URL of the OpenID provider's userinfo endpoint.
      int hashCode()  
      void setAuthorizationEndpoint​(java.lang.String authorizationEndpoint)
      The URL of the OpenID provider's authorization endpoint.
      void setClaimMap​(java.util.List<ClaimMap> claimMap)
      Configuration for mapping claims in OIDC ID tokens to NSX roles.
      void setClaimsSupported​(java.util.List<java.lang.String> claimsSupported)
      The list of claims that the OpenID provider supports.
      void setClientId​(java.lang.String clientId)
      The client ID for NSX to use when authenticating via this OIDC provider.
      void setClientSecret​(java.lang.String clientSecret)
      The client secret for NSX to use when authenticating via this OIDC provider.
      void 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.
      void 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.
      void setCspConfig​(CspConfig cspConfig)  
      void setDescription​(java.lang.String description)
      Description of this resource
      void setDisplayName​(java.lang.String displayName)
      Defaults to ID if not set
      void setEndSessionEndpointUri​(java.lang.String endSessionEndpointUri)
      URI of the OpenID session logout end-point.
      void setId​(java.lang.String id)
      Unique identifier of this resource
      void setIssuer​(java.lang.String issuer)
      Issuer of the JWT tokens for the given type.
      void setJwksUri​(java.lang.String jwksUri)
      The URI where the JWKS document is located that has the key used to validate the JWT signature.
      void 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.
      void 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.
      void setLinks​(java.util.List<ResourceLink> links)
      The server will populate this field when returing the resource.
      void setName​(java.lang.String name)
      A short, unique name for this OpenID Connect end-point.
      void setOidcType​(java.lang.String oidcType)
      Possible values are: OIDC_TYPE_VCENTER OIDC_TYPE_WS_ONE OIDC_TYPE_CSP Type used to distinguish the OIDC end-points by IDP.
      void setOidcUri​(java.lang.String oidcUri)
      URI of the OpenID Connect end-point.
      void 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.
      void 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.
      void setResourceType​(java.lang.String resourceType)
      The type of this resource.
      void 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.
      void setRevision​(java.lang.Long revision)
      The _revision property describes the current revision of the resource.
      void 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.
      void 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.
      void setSelf​(SelfResourceLink self)  
      void 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.
      void 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.
      void setTags​(java.util.List<Tag> tags)
      Opaque identifiers meaningful to the API user
      void setThumbprint​(java.lang.String thumbprint)
      Thumbprint in SHA-256 format used to verify the server certificate at the URI.
      void setTokenEndpoint​(java.lang.String tokenEndpoint)
      The URL of the OpenID provider's token endpoint.
      void setUserinfoEndpoint​(java.lang.String userinfoEndpoint)
      The URL of the OpenID provider's userinfo endpoint.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • OIDC_TYPE_VCENTER

        public static final java.lang.String OIDC_TYPE_VCENTER
        See Also:
        Constant Field Values
      • OIDC_TYPE_WS_ONE

        public static final java.lang.String OIDC_TYPE_WS_ONE
        See Also:
        Constant Field Values
      • __dynamicStructureFields

        protected com.vmware.vapi.data.StructValue __dynamicStructureFields
    • Constructor Detail

      • OidcEndPoint

        public OidcEndPoint()
        Default constructor.
      • OidcEndPoint

        protected OidcEndPoint​(com.vmware.vapi.data.StructValue __dynamicStructureFields)
    • Method Detail

      • getLinks

        public java.util.List<ResourceLink> getLinks()
        The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setLinks

        public void setLinks​(java.util.List<ResourceLink> links)
        The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        links - New value for the property.
      • getSchema

        public java.lang.String getSchema()
        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.
        Returns:
        The current value of the property.
      • setSchema

        public void 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.
        Parameters:
        schema - New value for the property.
      • getSelf

        public SelfResourceLink getSelf()
        Returns:
        The current value of the property.
      • setSelf

        public void setSelf​(SelfResourceLink self)
        Parameters:
        self - New value for the property.
      • getRevision

        public java.lang.Long getRevision()
        The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected. format: int32
        Returns:
        The current value of the property.
      • setRevision

        public void setRevision​(java.lang.Long revision)
        The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected. format: int32
        Parameters:
        revision - New value for the property.
      • getCreateTime

        public java.lang.Long getCreateTime()
        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.
        Returns:
        The current value of the property.
      • setCreateTime

        public void 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.
        Parameters:
        createTime - New value for the property.
      • getCreateUser

        public java.lang.String getCreateUser()
        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.
        Returns:
        The current value of the property.
      • setCreateUser

        public void 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.
        Parameters:
        createUser - New value for the property.
      • getLastModifiedTime

        public java.lang.Long getLastModifiedTime()
        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.
        Returns:
        The current value of the property.
      • setLastModifiedTime

        public void 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.
        Parameters:
        lastModifiedTime - New value for the property.
      • getLastModifiedUser

        public java.lang.String getLastModifiedUser()
        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.
        Returns:
        The current value of the property.
      • setLastModifiedUser

        public void 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.
        Parameters:
        lastModifiedUser - New value for the property.
      • getProtection

        public java.lang.String getProtection()
        Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setProtection

        public void 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. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        protection - New value for the property.
      • getSystemOwned

        public java.lang.Boolean getSystemOwned()
        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.
        Returns:
        The current value of the property.
      • setSystemOwned

        public void 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.
        Parameters:
        systemOwned - New value for the property.
      • getDescription

        public java.lang.String getDescription()
        Description of this resource
        Returns:
        The current value of the property.
      • setDescription

        public void setDescription​(java.lang.String description)
        Description of this resource
        Parameters:
        description - New value for the property.
      • getDisplayName

        public java.lang.String getDisplayName()
        Defaults to ID if not set
        Returns:
        The current value of the property.
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        Defaults to ID if not set
        Parameters:
        displayName - New value for the property.
      • getId

        public java.lang.String getId()
        Unique identifier of this resource
        Returns:
        The current value of the property.
      • setId

        public void setId​(java.lang.String id)
        Unique identifier of this resource
        Parameters:
        id - New value for the property.
      • getResourceType

        public java.lang.String getResourceType()
        The type of this resource.
        Returns:
        The current value of the property.
      • setResourceType

        public void setResourceType​(java.lang.String resourceType)
        The type of this resource.
        Parameters:
        resourceType - New value for the property.
      • getTags

        public java.util.List<Tag> getTags()
        Opaque identifiers meaningful to the API user
        Returns:
        The current value of the property.
      • setTags

        public void setTags​(java.util.List<Tag> tags)
        Opaque identifiers meaningful to the API user
        Parameters:
        tags - New value for the property.
      • getAuthorizationEndpoint

        public java.lang.String getAuthorizationEndpoint()
        The URL of the OpenID provider's authorization endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setAuthorizationEndpoint

        public void setAuthorizationEndpoint​(java.lang.String authorizationEndpoint)
        The URL of the OpenID provider's authorization endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        authorizationEndpoint - New value for the property.
      • getClaimMap

        public java.util.List<ClaimMap> getClaimMap()
        Configuration for mapping claims in OIDC ID tokens to NSX roles.
        Returns:
        The current value of the property.
      • setClaimMap

        public void setClaimMap​(java.util.List<ClaimMap> claimMap)
        Configuration for mapping claims in OIDC ID tokens to NSX roles.
        Parameters:
        claimMap - New value for the property.
      • getClaimsSupported

        public java.util.List<java.lang.String> getClaimsSupported()
        The list of claims that the OpenID provider supports. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setClaimsSupported

        public void setClaimsSupported​(java.util.List<java.lang.String> claimsSupported)
        The list of claims that the OpenID provider supports. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        claimsSupported - New value for the property.
      • getClientId

        public java.lang.String getClientId()
        The client ID for NSX to use when authenticating via this OIDC provider. This is required when oidc_type is \"ws_one\" or \"csp\".
        Returns:
        The current value of the property.
      • setClientId

        public void setClientId​(java.lang.String clientId)
        The client ID for NSX to use when authenticating via this OIDC provider. This is required when oidc_type is \"ws_one\" or \"csp\".
        Parameters:
        clientId - New value for the property.
      • getClientSecret

        public java.lang.String getClientSecret()
        The client secret for NSX to use when authenticating via this OIDC provider. This is required when oidc_type is \"ws_one\".
        Returns:
        The current value of the property.
      • setClientSecret

        public void setClientSecret​(java.lang.String clientSecret)
        The client secret for NSX to use when authenticating via this OIDC provider. This is required when oidc_type is \"ws_one\".
        Parameters:
        clientSecret - New value for the property.
      • getCspConfig

        public CspConfig getCspConfig()
        Returns:
        The current value of the property.
      • setCspConfig

        public void setCspConfig​(CspConfig cspConfig)
        Parameters:
        cspConfig - New value for the property.
      • getEndSessionEndpointUri

        public java.lang.String getEndSessionEndpointUri()
        URI of the OpenID session logout end-point. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setEndSessionEndpointUri

        public void setEndSessionEndpointUri​(java.lang.String endSessionEndpointUri)
        URI of the OpenID session logout end-point. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        endSessionEndpointUri - New value for the property.
      • getIssuer

        public java.lang.String getIssuer()
        Issuer of the JWT tokens for the given type. This field is fetched from the meta-data located at the oidc_uri. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setIssuer

        public void setIssuer​(java.lang.String issuer)
        Issuer of the JWT tokens for the given type. This field is fetched from the meta-data located at the oidc_uri. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        issuer - New value for the property.
      • getJwksUri

        public java.lang.String getJwksUri()
        The URI where the JWKS document is located that has the key used to validate the JWT signature. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setJwksUri

        public void setJwksUri​(java.lang.String jwksUri)
        The URI where the JWKS document is located that has the key used to validate the JWT signature. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        jwksUri - New value for the property.
      • getName

        public java.lang.String getName()
        A short, unique name for this OpenID Connect end-point. OIDC endpoint names may not contain spaces. If not provided, defaults to the ID of the OidcEndPoint.
        Returns:
        The current value of the property.
      • setName

        public void setName​(java.lang.String name)
        A short, unique name for this OpenID Connect end-point. OIDC endpoint names may not contain spaces. If not provided, defaults to the ID of the OidcEndPoint.
        Parameters:
        name - New value for the property.
      • setOidcType

        public void setOidcType​(java.lang.String oidcType)
        Possible values are: Type used to distinguish the OIDC end-points by IDP.
        Parameters:
        oidcType - New value for the property.
      • getOidcUri

        public java.lang.String getOidcUri()
        URI of the OpenID Connect end-point.
        Returns:
        The current value of the property.
      • setOidcUri

        public void setOidcUri​(java.lang.String oidcUri)
        URI of the OpenID Connect end-point.
        Parameters:
        oidcUri - New value for the property.
      • getOverrideRoles

        public java.util.List<java.lang.String> getOverrideRoles()
        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.
        Returns:
        The current value of the property.
      • setOverrideRoles

        public void 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.
        Parameters:
        overrideRoles - New value for the property.
      • getRestrictScimSearch

        public java.lang.Boolean getRestrictScimSearch()
        If set to true, then it is only possible to perform a SCIM search against the OIDC provider used to authenticate. If OIDC was not used to authenticate (for example, if authenticated as a local user), then this restriction does not apply.
        Returns:
        The current value of the property.
      • setRestrictScimSearch

        public void 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. If OIDC was not used to authenticate (for example, if authenticated as a local user), then this restriction does not apply.
        Parameters:
        restrictScimSearch - New value for the property.
      • getScimEndpoints

        public java.util.List<java.lang.String> getScimEndpoints()
        The SCIM (System for Cross-domain Identity Management) endpoint URLs to use when enumerating users and groups. All endpoints will be queried to obtain user and group information. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setScimEndpoints

        public void 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. All endpoints will be queried to obtain user and group information. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        scimEndpoints - New value for the property.
      • getServicedDomains

        public java.util.List<java.lang.String> getServicedDomains()
        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. If a match is found, that OIDC provider is used to authenticate the user. Each domain must be unique across all OIDC providers. If a duplicate domain is provided when adding or updating and OIDC provider, the request will be rejected.
        Returns:
        The current value of the property.
      • setServicedDomains

        public void 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. If a match is found, that OIDC provider is used to authenticate the user. Each domain must be unique across all OIDC providers. If a duplicate domain is provided when adding or updating and OIDC provider, the request will be rejected.
        Parameters:
        servicedDomains - New value for the property.
      • getThumbprint

        public java.lang.String getThumbprint()
        Thumbprint in SHA-256 format used to verify the server certificate at the URI.
        Returns:
        The current value of the property.
      • setThumbprint

        public void setThumbprint​(java.lang.String thumbprint)
        Thumbprint in SHA-256 format used to verify the server certificate at the URI.
        Parameters:
        thumbprint - New value for the property.
      • getTokenEndpoint

        public java.lang.String getTokenEndpoint()
        The URL of the OpenID provider's token endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setTokenEndpoint

        public void setTokenEndpoint​(java.lang.String tokenEndpoint)
        The URL of the OpenID provider's token endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tokenEndpoint - New value for the property.
      • getUserinfoEndpoint

        public java.lang.String getUserinfoEndpoint()
        The URL of the OpenID provider's userinfo endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Returns:
        The current value of the property.
      • setUserinfoEndpoint

        public void setUserinfoEndpoint​(java.lang.String userinfoEndpoint)
        The URL of the OpenID provider's userinfo endpoint. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        userinfoEndpoint - New value for the property.
      • _getType

        public com.vmware.vapi.bindings.type.StructType _getType()
        Specified by:
        _getType in interface com.vmware.vapi.bindings.StaticStructure
      • _getDataValue

        public com.vmware.vapi.data.StructValue _getDataValue()
        Specified by:
        _getDataValue in interface com.vmware.vapi.bindings.Structure
      • _updateDataValue

        protected void _updateDataValue​(com.vmware.vapi.data.StructValue structValue)
      • _validate

        public void _validate()
        Specified by:
        _validate in interface com.vmware.vapi.bindings.StaticStructure
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface com.vmware.vapi.bindings.StaticStructure
        Overrides:
        toString in class java.lang.Object
      • _hasTypeNameOf

        public boolean _hasTypeNameOf​(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
        Specified by:
        _hasTypeNameOf in interface com.vmware.vapi.bindings.Structure
      • _convertTo

        public <T extends com.vmware.vapi.bindings.Structure> T _convertTo​(java.lang.Class<T> clazz)
        Specified by:
        _convertTo in interface com.vmware.vapi.bindings.Structure
      • _setDynamicField

        public void _setDynamicField​(java.lang.String fieldName,
                                     com.vmware.vapi.data.DataValue fieldValue)
        Specified by:
        _setDynamicField in interface com.vmware.vapi.bindings.StaticStructure
      • _getDynamicField

        public com.vmware.vapi.data.DataValue _getDynamicField​(java.lang.String fieldName)
        Specified by:
        _getDynamicField in interface com.vmware.vapi.bindings.StaticStructure
      • _getDynamicFieldNames

        public java.util.Set<java.lang.String> _getDynamicFieldNames()
        Specified by:
        _getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructure
      • _getClassType

        public static com.vmware.vapi.bindings.type.StructType _getClassType()
        WARNING: Internal method, subject to change in future versions.
        Returns:
        StructType instance representing the static bindings type for this Structure.
      • _getCanonicalName

        public java.lang.String _getCanonicalName()
        Specified by:
        _getCanonicalName in interface com.vmware.vapi.bindings.Structure
      • _getCanonicalTypeName

        public static java.lang.String _getCanonicalTypeName()
        Returns the canonical type name. See _getCanonicalName().
        Returns:
        canonical type name
      • _newInstance

        public static OidcEndPoint _newInstance​(com.vmware.vapi.data.StructValue structValue)
        WARNING: Internal method, subject to change in future versions.
        Returns new instance of this binding class and injects the provided data value.
        WARNING: The returned object is not fully initialized.
        Parameters:
        structValue - the source of the data contained in the binding object. Could contain more data than fields of this class can describe i.e. newer version of the binding object. Could be null.
        Returns:
        the static bindings StructType
      • _newInstance2

        public static OidcEndPoint _newInstance2​(com.vmware.vapi.data.StructValue structValue)
        WARNING: Internal method, subject to change in future versions.
        Serves as a versioning mechanism.