类 SaTokenSecondContextForGrpc

java.lang.Object
cn.dev33.satoken.context.grpc.SaTokenSecondContextForGrpc
所有已实现的接口:
cn.dev33.satoken.context.SaTokenContext, cn.dev33.satoken.context.second.SaTokenSecondContext

public class SaTokenSecondContextForGrpc extends Object implements cn.dev33.satoken.context.second.SaTokenSecondContext
Sa-Token 上下文 [grpc版本]
从以下版本开始:
1.34.0
作者:
lym
  • 构造器详细资料

    • SaTokenSecondContextForGrpc

      public SaTokenSecondContextForGrpc()
  • 方法详细资料

    • getRequest

      public cn.dev33.satoken.context.model.SaRequest getRequest()
      指定者:
      getRequest 在接口中 cn.dev33.satoken.context.SaTokenContext
    • getResponse

      public cn.dev33.satoken.context.model.SaResponse getResponse()
      指定者:
      getResponse 在接口中 cn.dev33.satoken.context.SaTokenContext
    • getStorage

      public cn.dev33.satoken.context.model.SaStorage getStorage()
      指定者:
      getStorage 在接口中 cn.dev33.satoken.context.SaTokenContext
    • matchPath

      public boolean matchPath(String pattern, String path)
      指定者:
      matchPath 在接口中 cn.dev33.satoken.context.SaTokenContext
    • isValid

      public boolean isValid()
      指定者:
      isValid 在接口中 cn.dev33.satoken.context.SaTokenContext