Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationServerContract.DefinitionStages.WithCreate
Packages that use AuthorizationServerContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of AuthorizationServerContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the AuthorizationServerContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithAuthorizationEndpoint.withAuthorizationEndpoint(String authorizationEndpoint) Specifies the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerContract.DefinitionStages.WithAuthorizationMethods.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContract.DefinitionStages.WithBearerTokenSendingMethods.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Specifies the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API. .AuthorizationServerContract.DefinitionStages.WithClientAuthenticationMethod.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Specifies the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContract.DefinitionStages.WithClientId.withClientId(String clientId) Specifies the clientId property: Client or app id registered with this authorization server..AuthorizationServerContract.DefinitionStages.WithClientRegistrationEndpoint.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Specifies the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerContract.DefinitionStages.WithClientSecret.withClientSecret(String clientSecret) Specifies the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerContract.DefinitionStages.WithDefaultScope.withDefaultScope(String defaultScope) Specifies the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Description of the authorization server.AuthorizationServerContract.DefinitionStages.WithDisplayName.withDisplayName(String displayName) Specifies the displayName property: User-friendly authorization server name..AuthorizationServerContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.AuthorizationServerContract.DefinitionStages.WithGrantTypes.withGrantTypes(List<GrantType> grantTypes) Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..AuthorizationServerContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.AuthorizationServerContract.DefinitionStages.WithResourceOwnerPassword.withResourceOwnerPassword(String resourceOwnerPassword) Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContract.DefinitionStages.WithResourceOwnerUsername.withResourceOwnerUsername(String resourceOwnerUsername) Specifies the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContract.DefinitionStages.WithSupportState.withSupportState(Boolean supportState) Specifies the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerContract.DefinitionStages.WithTokenBodyParameters.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Specifies 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.AuthorizationServerContract.DefinitionStages.WithTokenEndpoint.withTokenEndpoint(String tokenEndpoint) Specifies the tokenEndpoint property: OAuth token endpoint.AuthorizationServerContract.DefinitionStages.WithUseInApiDocumentation.withUseInApiDocumentation(Boolean useInApiDocumentation) Specifies the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerContract.DefinitionStages.WithUseInTestConsole.withUseInTestConsole(Boolean useInTestConsole) Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.