| Package | Description |
|---|---|
| com.authlete.common.api |
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory). |
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
JoseVerifyResponse |
AuthleteApi.verifyJose(JoseVerifyRequest request)
Verify a JOSE object.
|
| Modifier and Type | Method and Description |
|---|---|
JoseVerifyResponse |
JoseVerifyResponse.setErrorDescriptions(String[] descriptions)
Set the list of error messages.
|
JoseVerifyResponse |
JoseVerifyResponse.setInvalidClaims(String[] claims)
Set the list of invalid claims.
|
JoseVerifyResponse |
JoseVerifyResponse.setMissingClaims(String[] claims)
Set the list of missing claims.
|
JoseVerifyResponse |
JoseVerifyResponse.setSignatureValid(boolean valid)
Set the result of the signature verification.
|
JoseVerifyResponse |
JoseVerifyResponse.setValid(boolean valid)
Set the result of the verification on the JOSE object.
|
Copyright © 2019. All rights reserved.