JwtClaimChecks Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. JwtClaimChecks
- com.
Implements
public final class JwtClaimChecks
implements JsonSerializable<JwtClaimChecks>
The configuration settings of the checks that should be made while validating the JWT Claims.
Constructor Summary
Constructor | Description |
---|---|
JwtClaimChecks() |
Creates an instance of Jwt |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
allowedClientApplications()
Get the allowed |
List<String> |
allowedGroups()
Get the allowed |
static
Jwt |
fromJson(JsonReader jsonReader)
Reads an instance of Jwt |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Jwt |
withAllowedClientApplications(List<String> allowedClientApplications)
Set the allowed |
Jwt |
withAllowedGroups(List<String> allowedGroups)
Set the allowed |
Methods inherited from java.lang.Object
Constructor Details
JwtClaimChecks
public JwtClaimChecks()
Creates an instance of JwtClaimChecks class.
Method Details
allowedClientApplications
public List
Get the allowedClientApplications property: The list of the allowed client applications.
Returns:
allowedGroups
public List
Get the allowedGroups property: The list of the allowed groups.
Returns:
fromJson
public static JwtClaimChecks fromJson(JsonReader jsonReader)
Reads an instance of JwtClaimChecks from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAllowedClientApplications
public JwtClaimChecks withAllowedClientApplications(List
Set the allowedClientApplications property: The list of the allowed client applications.
Parameters:
Returns:
withAllowedGroups
public JwtClaimChecks withAllowedGroups(List
Set the allowedGroups property: The list of the allowed groups.
Parameters:
Returns:
Applies to
Azure SDK for Java