Modifier and Type | Method and Description |
---|---|
Class<T> |
getTokenType()
Returns the
Token type supported by this provider. |
void |
invalidate(Account account)
Invalidates the current token for the given
Account . |
T |
issue(Account account)
Issues a new token for the given
Account . |
T |
renew(Account account,
T renewToken)
Renew a token based on the current token in use.
|
T issue(Account account)
Issues a new token for the given Account
.
account
- T renew(Account account, T renewToken)
Renew a token based on the current token in use.
renewToken
- void invalidate(Account account)
Invalidates the current token for the given Account
.
account
- Copyright © 2018 JBoss by Red Hat. All rights reserved.