public final class JwtClaimChecks extends Object
| Constructor and Description |
|---|
JwtClaimChecks() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allowedClientApplications()
Get the allowedClientApplications property: The list of the allowed client applications.
|
List<String> |
allowedGroups()
Get the allowedGroups property: The list of the allowed groups.
|
void |
validate()
Validates the instance.
|
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.
|
public List<String> allowedGroups()
public JwtClaimChecks withAllowedGroups(List<String> allowedGroups)
allowedGroups - the allowedGroups value to set.public List<String> allowedClientApplications()
public JwtClaimChecks withAllowedClientApplications(List<String> allowedClientApplications)
allowedClientApplications - the allowedClientApplications value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.