Share via


OpenIdAuthenticationSettingsContract Class

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

public class OpenIdAuthenticationSettingsContract

API OAuth2 Authentication settings details.

Constructor Summary

Constructor Description
OpenIdAuthenticationSettingsContract()

Method Summary

Modifier and Type Method and Description
java.util.List<BearerTokenSendingMethods> bearerTokenSendingMethods()

Get how to send token to the server.

java.lang.String openidProviderId()

Get oAuth authorization server identifier.

OpenIdAuthenticationSettingsContract withBearerTokenSendingMethods(List<BearerTokenSendingMethods> bearerTokenSendingMethods)

Set how to send token to the server.

OpenIdAuthenticationSettingsContract withOpenidProviderId(String openidProviderId)

Set oAuth authorization server identifier.

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

OpenIdAuthenticationSettingsContract

public OpenIdAuthenticationSettingsContract()

Method Details

bearerTokenSendingMethods

public List<BearerTokenSendingMethods> bearerTokenSendingMethods()

Get how to send token to the server.

Returns:

the bearerTokenSendingMethods value

openidProviderId

public String openidProviderId()

Get oAuth authorization server identifier.

Returns:

the openidProviderId value

withBearerTokenSendingMethods

public OpenIdAuthenticationSettingsContract withBearerTokenSendingMethods(List<BearerTokenSendingMethods> bearerTokenSendingMethods)

Set how to send token to the server.

Parameters:

bearerTokenSendingMethods - the bearerTokenSendingMethods value to set

Returns:

the OpenIdAuthenticationSettingsContract object itself.

withOpenidProviderId

public OpenIdAuthenticationSettingsContract withOpenidProviderId(String openidProviderId)

Set oAuth authorization server identifier.

Parameters:

openidProviderId - the openidProviderId value to set

Returns:

the OpenIdAuthenticationSettingsContract object itself.

Applies to