azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
9.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract"
name: "AuthenticationSettingsContract"
nameWithType: "AuthenticationSettingsContract"
summary: "API Authentication Settings."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AuthenticationSettingsContract**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.AuthenticationSettingsContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.AuthenticationSettingsContract()"
name: "AuthenticationSettingsContract()"
nameWithType: "AuthenticationSettingsContract.AuthenticationSettingsContract()"
syntax: "public AuthenticationSettingsContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.oAuth2()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.oAuth2()"
name: "oAuth2()"
nameWithType: "AuthenticationSettingsContract.oAuth2()"
summary: "Get o<wbr>Auth2 Authentication settings."
syntax: "public OAuth2AuthenticationSettingsContract oAuth2()"
desc: "Get oAuth2 Authentication settings."
returns:
description: "the oAuth2 value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OAuth2AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OAuth2AuthenticationSettingsContract&text=OAuth2AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.openid()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.openid()"
name: "openid()"
nameWithType: "AuthenticationSettingsContract.openid()"
summary: "Get openID Connect Authentication Settings."
syntax: "public OpenIdAuthenticationSettingsContract openid()"
desc: "Get openID Connect Authentication Settings."
returns:
description: "the openid value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OpenIdAuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OpenIdAuthenticationSettingsContract&text=OpenIdAuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.subscriptionKeyRequired()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.subscriptionKeyRequired()"
name: "subscriptionKeyRequired()"
nameWithType: "AuthenticationSettingsContract.subscriptionKeyRequired()"
summary: "Get specifies whether subscription key is required during call to this API, true - API is included into closed products only, false - API is included into open products alone, null - there is a mix of products."
syntax: "public Boolean subscriptionKeyRequired()"
desc: "Get specifies whether subscription key is required during call to this API, true - API is included into closed products only, false - API is included into open products alone, null - there is a mix of products."
returns:
description: "the subscriptionKeyRequired value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withOAuth2(com.microsoft.azure.management.apimanagement.v2019_01_01.OAuth2AuthenticationSettingsContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withOAuth2(OAuth2AuthenticationSettingsContract oAuth2)"
name: "withOAuth2(OAuth2AuthenticationSettingsContract oAuth2)"
nameWithType: "AuthenticationSettingsContract.withOAuth2(OAuth2AuthenticationSettingsContract oAuth2)"
summary: "Set o<wbr>Auth2 Authentication settings."
parameters:
- description: "the oAuth2 value to set"
name: "oAuth2"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OAuth2AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OAuth2AuthenticationSettingsContract&text=OAuth2AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationSettingsContract withOAuth2(OAuth2AuthenticationSettingsContract oAuth2)"
desc: "Set oAuth2 Authentication settings."
returns:
description: "the AuthenticationSettingsContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract&text=AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withOpenid(com.microsoft.azure.management.apimanagement.v2019_01_01.OpenIdAuthenticationSettingsContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withOpenid(OpenIdAuthenticationSettingsContract openid)"
name: "withOpenid(OpenIdAuthenticationSettingsContract openid)"
nameWithType: "AuthenticationSettingsContract.withOpenid(OpenIdAuthenticationSettingsContract openid)"
summary: "Set openID Connect Authentication Settings."
parameters:
- description: "the openid value to set"
name: "openid"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OpenIdAuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OpenIdAuthenticationSettingsContract&text=OpenIdAuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationSettingsContract withOpenid(OpenIdAuthenticationSettingsContract openid)"
desc: "Set openID Connect Authentication Settings."
returns:
description: "the AuthenticationSettingsContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract&text=AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withSubscriptionKeyRequired(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract.withSubscriptionKeyRequired(Boolean subscriptionKeyRequired)"
name: "withSubscriptionKeyRequired(Boolean subscriptionKeyRequired)"
nameWithType: "AuthenticationSettingsContract.withSubscriptionKeyRequired(Boolean subscriptionKeyRequired)"
summary: "Set specifies whether subscription key is required during call to this API, true - API is included into closed products only, false - API is included into open products alone, null - there is a mix of products."
parameters:
- description: "the subscriptionKeyRequired value to set"
name: "subscriptionKeyRequired"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationSettingsContract withSubscriptionKeyRequired(Boolean subscriptionKeyRequired)"
desc: "Set specifies whether subscription key is required during call to this API, true - API is included into closed products only, false - API is included into open products alone, null - there is a mix of products."
returns:
description: "the AuthenticationSettingsContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthenticationSettingsContract&text=AuthenticationSettingsContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "API Authentication Settings."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1