Class RequestPolicyList

    • Constructor Detail

      • RequestPolicyList

        public RequestPolicyList()
    • Method Detail

      • getPolicies

        public static PolicyList getPolicies​(javax.servlet.http.HttpServletRequest request)
        Get a copy of the current list of policies. This includes the policies in the ServletContext, followed by any stored in the request. This method may return an empty list, but it never returns null.
      • addPolicy

        public static void addPolicy​(javax.servlet.ServletRequest request,
                                     PolicyIface policy)