Uses of Class
com.azure.resourcemanager.appservice.models.JwtClaimChecks
Packages that use JwtClaimChecks
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of JwtClaimChecks in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return JwtClaimChecksModifier and TypeMethodDescriptionstatic JwtClaimChecksJwtClaimChecks.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JwtClaimChecks from the JsonReader.AzureActiveDirectoryValidation.jwtClaimChecks()Get the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.JwtClaimChecks.withAllowedClientApplications(List<String> allowedClientApplications) Set the allowedClientApplications property: The list of the allowed client applications.JwtClaimChecks.withAllowedGroups(List<String> allowedGroups) Set the allowedGroups property: The list of the allowed groups.Methods in com.azure.resourcemanager.appservice.models with parameters of type JwtClaimChecksModifier and TypeMethodDescriptionAzureActiveDirectoryValidation.withJwtClaimChecks(JwtClaimChecks jwtClaimChecks) Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating the JWT Claims.