Interface IUnauthorizedResourceRequestListener

All Known Implementing Classes:
DefaultUnauthorizedResourceRequestListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

A listener that is notified when a request to some resource is not allowed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a request to a given resource is not allowed
  • Method Details

    • onUnauthorizedRequest

      void onUnauthorizedRequest(IResource resource, PageParameters parameters)
      Called when a request to a given resource is not allowed
      Parameters:
      resource - The requested resource which processing is not allowed
      parameters - The request parameters