Class HtmlPageChallengeDecisionHandler
- java.lang.Object
-
- com.ibm.security.access.policy.decision.HtmlPageDecisionHandler
-
- com.ibm.security.access.policy.decision.HtmlPageChallengeDecisionHandler
-
- All Implemented Interfaces:
ChallengeDecisionHandler
,DecisionHandler
public class HtmlPageChallengeDecisionHandler extends HtmlPageDecisionHandler implements ChallengeDecisionHandler
This class represents a CHALLENGE decision handler that returns HTML page to the user. To resume access, the user must access Verify Access authentication endpoint (i.e.,/sps/auth
). If the HTML page contains@ACTION@
macro, it will be replaced with the URI of Verify Access authentication endpoint .
-
-
Constructor Summary
Constructors Constructor Description HtmlPageChallengeDecisionHandler()
-
Method Summary
-
Methods inherited from class com.ibm.security.access.policy.decision.HtmlPageDecisionHandler
getMacros, getPageId, setMacro, setPageId
-
-