Class OpenidConnectProviderUpdateContract


  • public final class OpenidConnectProviderUpdateContract
    extends Object
    Parameters supplied to the Update OpenID Connect Provider operation.
    • Constructor Detail

      • OpenidConnectProviderUpdateContract

        public OpenidConnectProviderUpdateContract()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: User-friendly OpenID Connect Provider name.
        Returns:
        the displayName value.
      • withDisplayName

        public OpenidConnectProviderUpdateContract withDisplayName​(String displayName)
        Set the displayName property: User-friendly OpenID Connect Provider name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the OpenidConnectProviderUpdateContract object itself.
      • description

        public String description()
        Get the description property: User-friendly description of OpenID Connect Provider.
        Returns:
        the description value.
      • withDescription

        public OpenidConnectProviderUpdateContract withDescription​(String description)
        Set the description property: User-friendly description of OpenID Connect Provider.
        Parameters:
        description - the description value to set.
        Returns:
        the OpenidConnectProviderUpdateContract object itself.
      • metadataEndpoint

        public String metadataEndpoint()
        Get the metadataEndpoint property: Metadata endpoint URI.
        Returns:
        the metadataEndpoint value.
      • withMetadataEndpoint

        public OpenidConnectProviderUpdateContract withMetadataEndpoint​(String metadataEndpoint)
        Set the metadataEndpoint property: Metadata endpoint URI.
        Parameters:
        metadataEndpoint - the metadataEndpoint value to set.
        Returns:
        the OpenidConnectProviderUpdateContract object itself.
      • clientId

        public String clientId()
        Get the clientId property: Client ID of developer console which is the client application.
        Returns:
        the clientId value.
      • withClientId

        public OpenidConnectProviderUpdateContract withClientId​(String clientId)
        Set the clientId property: Client ID of developer console which is the client application.
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the OpenidConnectProviderUpdateContract object itself.
      • clientSecret

        public String clientSecret()
        Get the clientSecret property: Client Secret of developer console which is the client application.
        Returns:
        the clientSecret value.
      • withClientSecret

        public OpenidConnectProviderUpdateContract withClientSecret​(String clientSecret)
        Set the clientSecret property: Client Secret of developer console which is the client application.
        Parameters:
        clientSecret - the clientSecret value to set.
        Returns:
        the OpenidConnectProviderUpdateContract object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.