Package 

Interface TokenService

    • Method Summary

      Modifier and Type Method Description
      abstract UserToken extractToken(String rawToken)
      abstract String encodeToken(String username, String authority, Boolean rememberMe)
      abstract Unit deleteToken(String username)
      • Methods inherited from class cn.spark2fire.auth.token.TokenService

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait