Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.jose4j |
Modifier and Type | Method and Description |
---|---|
Claims |
Claims.Builder.build()
Creates a
Claims instance using the configuration of this
builder. |
Claims |
JWTProvider.parse(String json)
Parses a JSON string to create a
Claims instance. |
Claims |
JWTValidator.validate(String encoded)
Validates a JWT.
|
Modifier and Type | Method and Description |
---|---|
void |
BiPredicateAssertions.assertSatisfied(Claims claims,
Assertions.Context context) |
void |
Assertions.assertSatisfied(Claims claims,
Assertions.Context context)
Asserts that these assertions are satisfied by the given claims.
|
String |
JWTGenerator.generate(Claims claims)
Generates a signed and optionally encrypted JWT.
|
Modifier and Type | Method and Description |
---|---|
Claims |
Jose4jProvider.parse(String json) |
Copyright © 2019. All rights reserved.