Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerContractProperties
Packages that use AuthorizationServerContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of AuthorizationServerContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationServerContractPropertiesModifier and TypeMethodDescriptionAuthorizationServerContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerContractProperties from the JsonReader.AuthorizationServerContractProperties.withAuthorizationEndpoint(String authorizationEndpoint) Set the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerContractProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerContractProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractProperties.withClientId(String clientId) Set the clientId property: Client or app id registered with this authorization server.AuthorizationServerContractProperties.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Set the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerContractProperties.withClientSecret(String clientSecret) Set the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerContractProperties.withDefaultScope(String defaultScope) Set the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerContractProperties.withDescription(String description) Set the description property: Description of the authorization server.AuthorizationServerContractProperties.withDisplayName(String displayName) Set the displayName property: User-friendly authorization server name.AuthorizationServerContractProperties.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerContractProperties.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractProperties.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractProperties.withSupportState(Boolean supportState) Set the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerContractProperties.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContractProperties.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: OAuth token endpoint.AuthorizationServerContractProperties.withUseInApiDocumentation(Boolean useInApiDocumentation) Set the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerContractProperties.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.