Uses of Class
com.azure.resourcemanager.appservice.models.AzureActiveDirectoryValidation
Packages that use AzureActiveDirectoryValidation
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureActiveDirectoryValidation in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureActiveDirectoryValidationModifier and TypeClassDescriptionfinal classThe configuration settings of the Azure Active Directory token validation flow.Methods in com.azure.resourcemanager.appservice.models that return AzureActiveDirectoryValidationModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureActiveDirectoryValidation from the JsonReader.AzureActiveDirectory.validation()Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AzureActiveDirectoryValidation.withAllowedAudiences(List<String> allowedAudiences) Set the allowedAudiences property: The list of audiences that can make successful authentication/authorization requests.AzureActiveDirectoryValidation.withDefaultAuthorizationPolicy(DefaultAuthorizationPolicy defaultAuthorizationPolicy) Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.AzureActiveDirectoryValidation.withJwtClaimChecks(JwtClaimChecks jwtClaimChecks) Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureActiveDirectoryValidationModifier and TypeMethodDescriptionAzureActiveDirectory.withValidation(AzureActiveDirectoryValidation validation) Set the validation property: The configuration settings of the Azure Active Directory token validation flow.