209 строки
16 KiB
YAML
209 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract"
|
|
name: "AuthorizationServerContract"
|
|
nameWithType: "AuthorizationServerContract"
|
|
summary: "Type representing Authorization<wbr>Server<wbr>Contract."
|
|
syntax: "public interface **AuthorizationServerContract**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.AuthorizationServerContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.AuthorizationServerContractInner&text=AuthorizationServerContractInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.authorizationEndpoint()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.authorizationEndpoint()"
|
|
name: "authorizationEndpoint()"
|
|
nameWithType: "AuthorizationServerContract.authorizationEndpoint()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String authorizationEndpoint()"
|
|
returns:
|
|
description: "the authorizationEndpoint value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.authorizationMethods()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.authorizationMethods()"
|
|
name: "authorizationMethods()"
|
|
nameWithType: "AuthorizationServerContract.authorizationMethods()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<AuthorizationMethod> authorizationMethods()"
|
|
returns:
|
|
description: "the authorizationMethods value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationMethod?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationMethod&text=AuthorizationMethod\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.bearerTokenSendingMethods()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.bearerTokenSendingMethods()"
|
|
name: "bearerTokenSendingMethods()"
|
|
nameWithType: "AuthorizationServerContract.bearerTokenSendingMethods()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<BearerTokenSendingMethod> bearerTokenSendingMethods()"
|
|
returns:
|
|
description: "the bearerTokenSendingMethods value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BearerTokenSendingMethod?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BearerTokenSendingMethod&text=BearerTokenSendingMethod\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientAuthenticationMethod()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientAuthenticationMethod()"
|
|
name: "clientAuthenticationMethod()"
|
|
nameWithType: "AuthorizationServerContract.clientAuthenticationMethod()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<ClientAuthenticationMethod> clientAuthenticationMethod()"
|
|
returns:
|
|
description: "the clientAuthenticationMethod value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ClientAuthenticationMethod?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ClientAuthenticationMethod&text=ClientAuthenticationMethod\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientId()"
|
|
name: "clientId()"
|
|
nameWithType: "AuthorizationServerContract.clientId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String clientId()"
|
|
returns:
|
|
description: "the clientId value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientRegistrationEndpoint()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientRegistrationEndpoint()"
|
|
name: "clientRegistrationEndpoint()"
|
|
nameWithType: "AuthorizationServerContract.clientRegistrationEndpoint()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String clientRegistrationEndpoint()"
|
|
returns:
|
|
description: "the clientRegistrationEndpoint value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientSecret()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.clientSecret()"
|
|
name: "clientSecret()"
|
|
nameWithType: "AuthorizationServerContract.clientSecret()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String clientSecret()"
|
|
returns:
|
|
description: "the clientSecret value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.defaultScope()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.defaultScope()"
|
|
name: "defaultScope()"
|
|
nameWithType: "AuthorizationServerContract.defaultScope()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String defaultScope()"
|
|
returns:
|
|
description: "the defaultScope value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.description()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.description()"
|
|
name: "description()"
|
|
nameWithType: "AuthorizationServerContract.description()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
returns:
|
|
description: "the description value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.displayName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "AuthorizationServerContract.displayName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String displayName()"
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.grantTypes()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.grantTypes()"
|
|
name: "grantTypes()"
|
|
nameWithType: "AuthorizationServerContract.grantTypes()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<GrantType> grantTypes()"
|
|
returns:
|
|
description: "the grantTypes value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.GrantType?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.GrantType&text=GrantType\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.id()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.id()"
|
|
name: "id()"
|
|
nameWithType: "AuthorizationServerContract.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the id value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.name()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.name()"
|
|
name: "name()"
|
|
nameWithType: "AuthorizationServerContract.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.resourceOwnerPassword()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.resourceOwnerPassword()"
|
|
name: "resourceOwnerPassword()"
|
|
nameWithType: "AuthorizationServerContract.resourceOwnerPassword()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceOwnerPassword()"
|
|
returns:
|
|
description: "the resourceOwnerPassword value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.resourceOwnerUsername()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.resourceOwnerUsername()"
|
|
name: "resourceOwnerUsername()"
|
|
nameWithType: "AuthorizationServerContract.resourceOwnerUsername()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceOwnerUsername()"
|
|
returns:
|
|
description: "the resourceOwnerUsername value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.supportState()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.supportState()"
|
|
name: "supportState()"
|
|
nameWithType: "AuthorizationServerContract.supportState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean supportState()"
|
|
returns:
|
|
description: "the supportState 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.AuthorizationServerContract.tokenBodyParameters()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.tokenBodyParameters()"
|
|
name: "tokenBodyParameters()"
|
|
nameWithType: "AuthorizationServerContract.tokenBodyParameters()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<TokenBodyParameterContract> tokenBodyParameters()"
|
|
returns:
|
|
description: "the tokenBodyParameters value."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.TokenBodyParameterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.TokenBodyParameterContract&text=TokenBodyParameterContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.tokenEndpoint()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.tokenEndpoint()"
|
|
name: "tokenEndpoint()"
|
|
nameWithType: "AuthorizationServerContract.tokenEndpoint()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String tokenEndpoint()"
|
|
returns:
|
|
description: "the tokenEndpoint value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.type()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.type()"
|
|
name: "type()"
|
|
nameWithType: "AuthorizationServerContract.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing AuthorizationServerContract."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.AuthorizationServerContractInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.AuthorizationServerContractInner&text=AuthorizationServerContractInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Indexable?alt=com.microsoft.azure.arm.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.Updatable?alt=com.microsoft.azure.arm.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.Update?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.AuthorizationServerContract.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.resources.models.HasManager?alt=com.microsoft.azure.arm.resources.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager&text=ApiManagementManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
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
|