com.ibm.security.access.policy.decision

Class HtmlPageDecisionHandler

  • java.lang.Object
    • com.ibm.security.access.policy.decision.HtmlPageDecisionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Map<java.lang.String,java.lang.String> getMacros()
      Get the macros.
      java.lang.String getPageId()
      Get the page ID.
      void setMacro(java.lang.String name, java.lang.String value)
      Add a macro with the specified name and value.
      void setPageId(java.lang.String pageId)
      Set the page ID.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HtmlPageDecisionHandler

        public HtmlPageDecisionHandler()
        Create a decision handler.
    • Method Detail

      • getPageId

        public java.lang.String getPageId()
        Get the page ID.
        Returns:
        The page ID.
      • setPageId

        public void setPageId(java.lang.String pageId)
        Set the page ID.
        Parameters:
        pageId - The page ID.
      • getMacros

        public java.util.Map<java.lang.String,java.lang.String> getMacros()
        Get the macros.
        Returns:
        The macros.
      • setMacro

        public void setMacro(java.lang.String name,
                             java.lang.String value)
        Add a macro with the specified name and value.
        Parameters:
        name - The name.
        value - The value.