Interface JwtPrincipal

All Superinterfaces:
UserPrincipal
All Known Implementing Classes:
GhostJwtPrincipal

public interface JwtPrincipal extends UserPrincipal
  • Method Details

    • isGhost

      Boolean isGhost()
    • getChainAccessToken

      default String getChainAccessToken()
      make a new accessToken that will never be expired for internal chain service call.
    • getCurrentPrincipal

      static Optional<JwtPrincipal> getCurrentPrincipal()