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 |
---|---|
String |
JWTGenerator.generate(Claims claims)
Generates a signed and optionally encrypted JWT.
|
boolean |
BiPredicateAssertions.test(Claims claims,
Clock clock) |
boolean |
Assertions.test(Claims claims,
Clock clock)
Applies these assertions to the given claims.
|
Modifier and Type | Method and Description |
---|---|
Claims |
Jose4jProvider.parse(String json) |
Copyright © 2019. All rights reserved.