| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JwtClaimChecks |
AzureActiveDirectoryValidation.jwtClaimChecks()
Get the jwtClaimChecks property: The configuration settings of the checks that should be made while validating
the JWT Claims.
|
JwtClaimChecks |
JwtClaimChecks.withAllowedClientApplications(List<String> allowedClientApplications)
Set the allowedClientApplications property: The list of the allowed client applications.
|
JwtClaimChecks |
JwtClaimChecks.withAllowedGroups(List<String> allowedGroups)
Set the allowedGroups property: The list of the allowed groups.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectoryValidation |
AzureActiveDirectoryValidation.withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating
the JWT Claims.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.