Uses of Class
com.azure.resourcemanager.appservice.models.AzureActiveDirectoryValidation
-
Packages that use AzureActiveDirectoryValidation Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureActiveDirectoryValidation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureActiveDirectoryValidation Modifier and Type Method Description AzureActiveDirectoryValidationAzureActiveDirectory. validation()Get the validation property: The configuration settings of the Azure Active Directory token validation flow.AzureActiveDirectoryValidationAzureActiveDirectoryValidation. withAllowedAudiences(List<String> allowedAudiences)Set the allowedAudiences property: The list of audiences that can make successful authentication/authorization requests.AzureActiveDirectoryValidationAzureActiveDirectoryValidation. withDefaultAuthorizationPolicy(DefaultAuthorizationPolicy defaultAuthorizationPolicy)Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.AzureActiveDirectoryValidationAzureActiveDirectoryValidation. 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 AzureActiveDirectoryValidation Modifier and Type Method Description AzureActiveDirectoryAzureActiveDirectory. withValidation(AzureActiveDirectoryValidation validation)Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
-