- All Implemented Interfaces:
ChallengeDecisionHandler
, DecisionHandler
public class RedirectChallengeDecisionHandler
extends RedirectDecisionHandler
implements ChallengeDecisionHandler
This class represents a CHALLENGE decision handler that redirects the user to certain URI. To resume access, the user must be
redirected back to Verify Access authentication endpoint (i.e., /sps/auth
). If the redirect URI contains @ACTION@
string, it will be replaced with the URI of Verify Access authentication endpoint.