Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerContractInner
Packages that use AuthorizationServerContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServersClient.createOrUpdate(String resourceGroupName, String serviceName, String authsid, AuthorizationServerContractInner parameters) Creates new authorization server or updates an existing authorization server.Gets the details of the authorization server specified by its identifier.AuthorizationServersClient.update(String resourceGroupName, String serviceName, String authsid, String ifMatch, AuthorizationServerUpdateContract parameters) Updates the details of the authorization server specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type AuthorizationServerContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AuthorizationServerContractInner> AuthorizationServersClient.listByService(String resourceGroupName, String serviceName) Lists a collection of authorization servers defined within a service instance.com.azure.core.http.rest.PagedIterable<AuthorizationServerContractInner> AuthorizationServersClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of authorization servers defined within a service instance.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServersClient.createOrUpdate(String resourceGroupName, String serviceName, String authsid, AuthorizationServerContractInner parameters) Creates new authorization server or updates an existing authorization server.AuthorizationServersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String authsid, AuthorizationServerContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates new authorization server or updates an existing authorization server. -
Uses of AuthorizationServerContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServerContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerContractInner from the JsonReader.AuthorizationServerContractInner.withAuthorizationEndpoint(String authorizationEndpoint) Set the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerContractInner.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractInner.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerContractInner.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractInner.withClientId(String clientId) Set the clientId property: Client or app id registered with this authorization server.AuthorizationServerContractInner.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Set the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerContractInner.withClientSecret(String clientSecret) Set the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerContractInner.withDefaultScope(String defaultScope) Set the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerContractInner.withDescription(String description) Set the description property: Description of the authorization server.AuthorizationServerContractInner.withDisplayName(String displayName) Set the displayName property: User-friendly authorization server name.AuthorizationServerContractInner.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerContractInner.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractInner.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractInner.withSupportState(Boolean supportState) Set the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerContractInner.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.AuthorizationServerContractInner.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: OAuth token endpoint.AuthorizationServerContractInner.withUseInApiDocumentation(Boolean useInApiDocumentation) Set the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerContractInner.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the authorization server may be used in the developer portal test console. -
Uses of AuthorizationServerContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServersCreateOrUpdateResponse.getValue()Gets the deserialized response body.AuthorizationServersGetResponse.getValue()Gets the deserialized response body.AuthorizationServersUpdateResponse.getValue()Gets the deserialized response body.AuthorizationServerContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServerCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type AuthorizationServerContractInnerModifier and TypeMethodDescriptionAuthorizationServerCollection.withValue(List<AuthorizationServerContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationServerContractInnerModifierConstructorDescriptionAuthorizationServersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerContractInner value, AuthorizationServersCreateOrUpdateHeaders headers) Creates an instance of AuthorizationServersCreateOrUpdateResponse.AuthorizationServersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerContractInner value, AuthorizationServersGetHeaders headers) Creates an instance of AuthorizationServersGetResponse.AuthorizationServersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerContractInner value, AuthorizationServersUpdateHeaders headers) Creates an instance of AuthorizationServersUpdateResponse.