
public interface InternalClaimsBuilder
| Modifier and Type | Method and Description |
|---|---|
org.jose4j.jwt.JwtClaims |
buildInternalJWTClaimsSet(org.jose4j.jwt.JwtClaims claims)
This is an extension point that allows the assembly of an internal JWT Claims
set based on data from another JWT Claims Set.
|
org.jose4j.jwt.JwtClaims buildInternalJWTClaimsSet(org.jose4j.jwt.JwtClaims claims)
The implementation can use the claims to look up from another data store to get the internal claims used by the application.
claims - external claimsCopyright © 2012–2017 Trajano. All rights reserved.