| Package | Description |
|---|---|
| com.orientechnologies.orient.core.metadata.security.jwt | |
| com.orientechnologies.orient.server.token |
| Modifier and Type | Method and Description |
|---|---|
OJwtPayload |
OJsonWebToken.getPayload() |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientJwtPayload
Created by emrul on 28/09/2014.
|
| Modifier and Type | Field and Description |
|---|---|
OJwtPayload |
JsonWebToken.payload |
| Modifier and Type | Method and Description |
|---|---|
protected OJwtPayload |
OTokenHandlerImpl.createPayload(ODatabaseDocument db,
OSecurityUser user) |
protected OJwtPayload |
OTokenHandlerImpl.deserializeWebPayload(String type,
byte[] decodedPayload) |
OJwtPayload |
JsonWebToken.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
OTokenHandlerImpl.getPayloadType(OJwtPayload payload) |
protected byte[] |
OTokenHandlerImpl.serializeWebPayload(OJwtPayload payload) |
| Constructor and Description |
|---|
JsonWebToken(OJwtHeader header,
OJwtPayload payload) |
Copyright © 2009–2025 OrientDB. All rights reserved.