public class VerifyEmailActionTokenHandler extends AbstractActionTokenHander<VerifyEmailActionToken>
| Constructor and Description |
|---|
VerifyEmailActionTokenHandler() |
| Modifier and Type | Method and Description |
|---|---|
TokenVerifier.Predicate<? super VerifyEmailActionToken>[] |
getVerifiers(ActionTokenContext<VerifyEmailActionToken> tokenContext)
Returns an array of verifiers that are tested prior to handling the token.
|
javax.ws.rs.core.Response |
handleToken(VerifyEmailActionToken token,
ActionTokenContext<VerifyEmailActionToken> tokenContext)
Performs the action as per the token details.
|
canUseTokenRepeatedly, close, create, eventType, getAuthenticationSessionIdFromToken, getDefaultErrorMessage, getDefaultEventError, getId, getTokenClass, init, postInit, startFreshAuthenticationSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic TokenVerifier.Predicate<? super VerifyEmailActionToken>[] getVerifiers(ActionTokenContext<VerifyEmailActionToken> tokenContext)
ActionTokenHandlernull.null.public javax.ws.rs.core.Response handleToken(VerifyEmailActionToken token, ActionTokenContext<VerifyEmailActionToken> tokenContext)
ActionTokenHandlerActionTokenHandler.handleToken(T, org.keycloak.authentication.actiontoken.ActionTokenContext<T>) succeed.Copyright © 2021 JBoss by Red Hat. All rights reserved.