Package dev.paseto.jpaseto
Interface FooterClaims
-
- All Superinterfaces:
java.util.Map<java.lang.String,java.lang.Object>
public interface FooterClaims extends java.util.Map<java.lang.String,java.lang.Object>A paseto footer. Paseto footers per spec can either be a String or a JSON block. To retrieve the footer value as a String usevalue().- Since:
- 0.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKEY_IDPasetoKey IDclaims parameter name:"kid", registered footer claim.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description <T> Tget(java.lang.String claimName, java.lang.Class<T> requiredType)default java.lang.StringgetKeyId()java.lang.Stringvalue()
-
-
-
Field Detail
-
KEY_ID
static final java.lang.String KEY_ID
PasetoKey IDclaims parameter name:"kid", registered footer claim.- See Also:
- Constant Field Values
-
-