Uses of Class
com.bastiaanjansen.jwt.Payload
-
Packages that use Payload Package Description com.bastiaanjansen.jwt -
-
Uses of Payload in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that return Payload Modifier and Type Method Description static PayloadPayload. fromBase64EncodedJSON(String encodedJSON)PayloadJWT. getPayload()Methods in com.bastiaanjansen.jwt with parameters of type Payload Modifier and Type Method Description JWT.BuilderJWT.Builder. withPayload(Payload payload)Set the payload.Constructors in com.bastiaanjansen.jwt with parameters of type Payload Constructor Description JWT(Algorithm algorithm, Header header, Payload payload)
-