Class XACML3HomeResource


  • public class XACML3HomeResource
    extends XACML3Resource
    XACML Resource for Home Documents

    Provides main end-point for all XACML Home requests.

    Author:
    Jeff.Schenk@forgerock.com
    • Method Detail

      • getHome

        public static String getHome()
                              throws org.json.JSONException,
                                     IOException
        Creates Home Document Content providing hints.
        Returns:
        String -- Containing Response in requested ContentType.
        Throws:
        jakarta.servlet.ServletException
        IOException
        org.json.JSONException
      • getXMLHomeDocument

        public static String getXMLHomeDocument()
        Home Document XML Home Document using ATOM RFC4287
        Returns:
      • getJSONHomeDocument

        public static org.json.JSONObject getJSONHomeDocument()
                                                       throws org.json.JSONException
        Formulate our Home Document.
        Returns:
        JSONObject
        Throws:
        org.json.JSONException