|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonWebToken.Payload | |
|---|---|
| com.google.api.client.auth.jsontoken | JSON Web Token (JWT) and JSON Web Signature (JWS). |
| Uses of JsonWebToken.Payload in com.google.api.client.auth.jsontoken |
|---|
| Methods in com.google.api.client.auth.jsontoken that return JsonWebToken.Payload | |
|---|---|
JsonWebToken.Payload |
JsonWebToken.getPayload()
Returns the payload. |
JsonWebToken.Payload |
JsonWebToken.Payload.setAudience(String audience)
Sets the audience claim that identifies the audience that the JWT is intended for or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setExpirationTimeSeconds(Long expirationTimeSeconds)
Sets the expiration time claim that identifies the expiration time (in seconds) on or after which the token MUST NOT be accepted for processing or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setIssuedAtTimeSeconds(Long issuedAtTimeSeconds)
Sets the issued at claim that identifies the time (in seconds) at which the JWT was issued or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setIssuer(String issuer)
Sets the issuer claim that identifies the principal that issued the JWT or null for
none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setJwtId(String jwtId)
Sets the JWT ID claim that provides a unique identifier for the JWT or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setNotBeforeTimeSeconds(Long notBeforeTimeSeconds)
Sets the not before claim that identifies the time (in seconds) before which the token MUST NOT be accepted for processing or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setPrincipal(String principal)
Sets the principal claim that identifies the subject of the JWT or null for none. |
JsonWebToken.Payload |
JsonWebToken.Payload.setType(String type)
Sets the type claim that is used to declare a type for the contents of this JWT Claims Set or null for none. |
| Methods in com.google.api.client.auth.jsontoken that return types with arguments of type JsonWebToken.Payload | |
|---|---|
Class<? extends JsonWebToken.Payload> |
JsonWebSignature.Parser.getPayloadClass()
Returns the payload class to use for parsing. |
| Methods in com.google.api.client.auth.jsontoken with parameters of type JsonWebToken.Payload | |
|---|---|
static String |
RsaSHA256Signer.sign(PrivateKey privateKey,
JsonFactory jsonFactory,
JsonWebSignature.Header header,
JsonWebToken.Payload payload)
Signs a given JWS header and payload based on the given private key. |
| Method parameters in com.google.api.client.auth.jsontoken with type arguments of type JsonWebToken.Payload | |
|---|---|
JsonWebSignature.Parser |
JsonWebSignature.Parser.setPayloadClass(Class<? extends JsonWebToken.Payload> payloadClass)
Sets the payload class to use for parsing. |
| Constructors in com.google.api.client.auth.jsontoken with parameters of type JsonWebToken.Payload | |
|---|---|
JsonWebSignature(JsonWebSignature.Header header,
JsonWebToken.Payload payload,
byte[] signatureBytes,
byte[] signedContentBytes)
|
|
JsonWebToken(JsonWebToken.Header header,
JsonWebToken.Payload payload)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||