| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActionTokenHander<T extends DefaultActionToken> |
| Modifier and Type | Field and Description |
|---|---|
static TokenVerifier.Predicate<DefaultActionToken> |
DefaultActionToken.ACTION_TOKEN_BASIC_CHECKS |
| 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 |
|---|---|
static <T extends DefaultActionToken> |
LoginActionsServiceChecks.checkIsClientValid(T token,
ActionTokenContext<T> context)
Verifies whether the client denoted by client ID in token's
iss (issuedFor)
field both exists and is enabled. |
static <T extends DefaultActionToken> |
LoginActionsServiceChecks.checkIsUserValid(T token,
ActionTokenContext<T> context)
Verifies whether the user given by ID both exists in the current realm.
|
static <T extends DefaultActionToken> |
LoginActionsServiceChecks.checkTokenWasNotUsedYet(T token,
ActionTokenContext<T> context) |
protected <T extends DefaultActionToken> |
LoginActionsService.handleActionToken(String tokenString,
String execution,
String clientId) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.