Uses of Interface
com.orientechnologies.orient.core.metadata.security.jwt.OJwtPayload
Packages that use OJwtPayload
Package
Description
-
Uses of OJwtPayload in com.orientechnologies.orient.core.metadata.security.jwt
Methods in com.orientechnologies.orient.core.metadata.security.jwt that return OJwtPayload -
Uses of OJwtPayload in com.orientechnologies.orient.server.token
Classes in com.orientechnologies.orient.server.token that implement OJwtPayloadFields in com.orientechnologies.orient.server.token declared as OJwtPayloadMethods in com.orientechnologies.orient.server.token that return OJwtPayloadModifier and TypeMethodDescriptionprotected OJwtPayloadOTokenHandlerImpl.createPayload(ODatabaseDocument db, OSecurityUser user) protected OJwtPayloadOTokenHandlerImpl.createPayloadServerUser(OSecurityUser serverUser) protected OJwtPayloadOTokenHandlerImpl.deserializeWebPayload(String type, byte[] decodedPayload) JsonWebToken.getPayload()Methods in com.orientechnologies.orient.server.token with parameters of type OJwtPayloadModifier and TypeMethodDescriptionprotected StringOTokenHandlerImpl.getPayloadType(OJwtPayload payload) protected byte[]OTokenHandlerImpl.serializeWebPayload(OJwtPayload payload) Constructors in com.orientechnologies.orient.server.token with parameters of type OJwtPayload