OpenidConnectProviderUpdateContract Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.OpenidConnectProviderUpdateContract

public class OpenidConnectProviderUpdateContract

Parameters supplied to the Update OpenID Connect Provider operation.

Constructor Summary

Constructor Description
OpenidConnectProviderUpdateContract()

Method Summary

Modifier and Type Method and Description
java.lang.String clientId()

Get client ID of developer console which is the client application.

java.lang.String clientSecret()

Get client Secret of developer console which is the client application.

java.lang.String description()

Get user-friendly description of OpenID Connect Provider.

java.lang.String displayName()

Get user-friendly OpenID Connect Provider name.

java.lang.String metadataEndpoint()

Get metadata endpoint URI.

OpenidConnectProviderUpdateContract withClientId(String clientId)

Set client ID of developer console which is the client application.

OpenidConnectProviderUpdateContract withClientSecret(String clientSecret)

Set client Secret of developer console which is the client application.

OpenidConnectProviderUpdateContract withDescription(String description)

Set user-friendly description of OpenID Connect Provider.

OpenidConnectProviderUpdateContract withDisplayName(String displayName)

Set user-friendly OpenID Connect Provider name.

OpenidConnectProviderUpdateContract withMetadataEndpoint(String metadataEndpoint)

Set metadata endpoint URI.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OpenidConnectProviderUpdateContract

public OpenidConnectProviderUpdateContract()

Method Details

clientId

public String clientId()

Get client ID of developer console which is the client application.

Returns:

the clientId value

clientSecret

public String clientSecret()

Get client Secret of developer console which is the client application.

Returns:

the clientSecret value

description

public String description()

Get user-friendly description of OpenID Connect Provider.

Returns:

the description value

displayName

public String displayName()

Get user-friendly OpenID Connect Provider name.

Returns:

the displayName value

metadataEndpoint

public String metadataEndpoint()

Get metadata endpoint URI.

Returns:

the metadataEndpoint value

withClientId

public OpenidConnectProviderUpdateContract withClientId(String clientId)

Set client ID of developer console which is the client application.

Parameters:

clientId - the clientId value to set

Returns:

the OpenidConnectProviderUpdateContract object itself.

withClientSecret

public OpenidConnectProviderUpdateContract withClientSecret(String clientSecret)

Set client Secret of developer console which is the client application.

Parameters:

clientSecret - the clientSecret value to set

Returns:

the OpenidConnectProviderUpdateContract object itself.

withDescription

public OpenidConnectProviderUpdateContract withDescription(String description)

Set user-friendly description of OpenID Connect Provider.

Parameters:

description - the description value to set

Returns:

the OpenidConnectProviderUpdateContract object itself.

withDisplayName

public OpenidConnectProviderUpdateContract withDisplayName(String displayName)

Set user-friendly OpenID Connect Provider name.

Parameters:

displayName - the displayName value to set

Returns:

the OpenidConnectProviderUpdateContract object itself.

withMetadataEndpoint

public OpenidConnectProviderUpdateContract withMetadataEndpoint(String metadataEndpoint)

Set metadata endpoint URI.

Parameters:

metadataEndpoint - the metadataEndpoint value to set

Returns:

the OpenidConnectProviderUpdateContract object itself.

Applies to