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.

    @FunctionalInterface
    public interface IUnauthorizedResourceRequestListener
    A listener that is notified when a request to some resource is not allowed.
    • Method Detail

      • onUnauthorizedRequest

        void onUnauthorizedRequest​(IResource resource,
                                   org.apache.wicket.request.mapper.parameter.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