public interface TokenGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId(String token) |
String |
getToken(String username,
String clientId,
String clientSecret) |
String |
getTokenType() |
String |
getUsername(String token) |
void |
invalidateToken(String token,
String clientId,
String clientSecret) |
String getTokenType()
String getUsername(String token) throws NoSuchElementException
NoSuchElementExceptionString getClientId(String token) throws NoSuchElementException
NoSuchElementExceptionvoid invalidateToken(String token, String clientId, String clientSecret) throws NoSuchElementException
NoSuchElementExceptionCopyright © 2019. All Rights Reserved.