Uses of Class
org.keycloak.authentication.actiontoken.resetcred.ResetCredentialsActionToken
-
Packages that use ResetCredentialsActionToken Package Description org.keycloak.authentication.actiontoken.resetcred -
-
Uses of ResetCredentialsActionToken in org.keycloak.authentication.actiontoken.resetcred
Methods in org.keycloak.authentication.actiontoken.resetcred that return types with arguments of type ResetCredentialsActionToken Modifier and Type Method Description TokenVerifier.Predicate<? super ResetCredentialsActionToken>[]
ResetCredentialsActionTokenHandler. getVerifiers(ActionTokenContext<ResetCredentialsActionToken> tokenContext)
Methods in org.keycloak.authentication.actiontoken.resetcred with parameters of type ResetCredentialsActionToken Modifier and Type Method Description boolean
ResetCredentialsActionTokenHandler. canUseTokenRepeatedly(ResetCredentialsActionToken token, ActionTokenContext tokenContext)
javax.ws.rs.core.Response
ResetCredentialsActionTokenHandler. handleToken(ResetCredentialsActionToken token, ActionTokenContext tokenContext)
Method parameters in org.keycloak.authentication.actiontoken.resetcred with type arguments of type ResetCredentialsActionToken Modifier and Type Method Description TokenVerifier.Predicate<? super ResetCredentialsActionToken>[]
ResetCredentialsActionTokenHandler. getVerifiers(ActionTokenContext<ResetCredentialsActionToken> tokenContext)
-