Modifier and Type | Class and Description |
---|---|
class |
DefaultActionToken
Part of action token that is intended to be used e.g.
|
class |
DefaultActionTokenKey |
Modifier and Type | Class and Description |
---|---|
class |
ExecuteActionsActionToken |
Modifier and Type | Class and Description |
---|---|
class |
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action.
|
Modifier and Type | Method and Description |
---|---|
ActionTokenValueModel |
ActionTokenStoreProvider.get(ActionTokenKeyModel key)
Returns token corresponding to the given key from the internal action token store
|
void |
ActionTokenStoreProvider.put(ActionTokenKeyModel actionTokenKey,
Map<String,String> notes)
Adds a given token to token store.
|
ActionTokenValueModel |
ActionTokenStoreProvider.remove(ActionTokenKeyModel key)
Removes token corresponding to the given key from the internal action token store, and returns the stored value
|
Modifier and Type | Method and Description |
---|---|
ActionTokenValueModel |
InfinispanActionTokenStoreProvider.get(ActionTokenKeyModel actionTokenKey) |
void |
InfinispanActionTokenStoreProvider.put(ActionTokenKeyModel key,
Map<String,String> notes) |
ActionTokenValueModel |
InfinispanActionTokenStoreProvider.remove(ActionTokenKeyModel actionTokenKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends JsonWebToken & ActionTokenKeyModel> |
LoginActionsServiceChecks.checkIsUserValid(T token,
ActionTokenContext<T> context)
Verifies whether the user given by ID both exists in the current realm.
|
static <T extends JsonWebToken & ActionTokenKeyModel> |
LoginActionsServiceChecks.checkTokenWasNotUsedYet(T token,
ActionTokenContext<T> context) |
protected <T extends JsonWebToken & ActionTokenKeyModel> |
LoginActionsService.handleActionToken(String tokenString,
String execution,
String clientId,
String tabId) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.