Interface AuthenticationTokenStorage.TokenDescriptor
-
- Enclosing interface:
- AuthenticationTokenStorage
public static interface AuthenticationTokenStorage.TokenDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
String
getName()
long
getUserId()
-
-
-
Method Detail
-
getId
long getId()
-
getName
@NotNull String getName()
-
getUserId
long getUserId()
-
-