Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationServerUpdateContract
Packages that use AuthorizationServerUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AuthorizationServerUpdateContractModifier and TypeMethodDescriptionAuthorizationServersClient.update(String resourceGroupName, String serviceName, String authsid, String ifMatch, AuthorizationServerUpdateContract parameters) Updates the details of the authorization server specified by its identifier.AuthorizationServersClient.updateWithResponse(String resourceGroupName, String serviceName, String authsid, String ifMatch, AuthorizationServerUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the authorization server specified by its identifier. -
Uses of AuthorizationServerUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerUpdateContractModifier and TypeMethodDescriptionAuthorizationServerUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerUpdateContract from the JsonReader.AuthorizationServerUpdateContract.withAuthorizationEndpoint(String authorizationEndpoint) Set the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerUpdateContract.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerUpdateContract.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerUpdateContract.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerUpdateContract.withClientId(String clientId) Set the clientId property: Client or app id registered with this authorization server.AuthorizationServerUpdateContract.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Set the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerUpdateContract.withClientSecret(String clientSecret) Set the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerUpdateContract.withDefaultScope(String defaultScope) Set the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerUpdateContract.withDescription(String description) Set the description property: Description of the authorization server.AuthorizationServerUpdateContract.withDisplayName(String displayName) Set the displayName property: User-friendly authorization server name.AuthorizationServerUpdateContract.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerUpdateContract.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerUpdateContract.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerUpdateContract.withSupportState(Boolean supportState) Set the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerUpdateContract.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.AuthorizationServerUpdateContract.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: OAuth token endpoint.AuthorizationServerUpdateContract.withUseInApiDocumentation(Boolean useInApiDocumentation) Set the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerUpdateContract.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.