Class HtmlPageDecisionHandler
java.lang.Object
com.ibm.security.access.policy.decision.HtmlPageDecisionHandler
- All Implemented Interfaces:
DecisionHandler
- Direct Known Subclasses:
HtmlPageChallengeDecisionHandler
,HtmlPageDenyDecisionHandler
This class represents a decision handler that returns HTML page to the user.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HtmlPageDecisionHandler
public HtmlPageDecisionHandler()Create a decision handler.
-
-
Method Details
-
getPageId
Get the page ID.- Returns:
- The page ID.
-
setPageId
Set the page ID.- Parameters:
pageId
- The page ID.
-
getMacros
Get the macros.- Returns:
- The macros.
-
setMacro
Add a macro with the specified name and value.- Parameters:
name
- The name.value
- The value.
-