Uses of Class
com.authlete.common.dto.JoseVerifyResponse
-
Packages that use JoseVerifyResponse 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. -
-
Uses of JoseVerifyResponse in com.authlete.common.api
Methods in com.authlete.common.api that return JoseVerifyResponse Modifier and Type Method Description JoseVerifyResponse
AuthleteApi. verifyJose(JoseVerifyRequest request)
Verify a JOSE object. -
Uses of JoseVerifyResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return JoseVerifyResponse Modifier and Type Method 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.
-