public interface Assertions
An instance of this type is essentially a set of predicates which can be evaluated in the context of a set of input claims.
Modifier and Type | Interface and Description |
---|---|
static interface |
Assertions.Builder
A builder that constructs assertions for claims.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(Claims claims,
Clock clock)
Applies these assertions to the given claims.
|
Copyright © 2019. All rights reserved.