Uses of Class
com.jms.socialmedia.token.Token
-
Packages that use Token Package Description com.jms.socialmedia.token Tokens and Permissions Classes -
-
Uses of Token in com.jms.socialmedia.token
Methods in com.jms.socialmedia.token that return Token Modifier and Type Method Description Token
Token.Builder. build()
Token
JWTService. createTokenFromString(String jwt)
Token
TokenService. createTokenFromString(String string)
Methods in com.jms.socialmedia.token with parameters of type Token Modifier and Type Method Description String
JWTService. createTokenString(Token token)
String
TokenService. createTokenString(Token token)
-