Class DefaultUnauthorizedResourceRequestListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String createErrorMessage​(IResource resource, org.apache.wicket.request.mapper.parameter.PageParameters parameters)  
      void onUnauthorizedRequest​(IResource resource, org.apache.wicket.request.mapper.parameter.PageParameters parameters)
      Called when a request to a given resource is not allowed
      • Methods inherited from class java.lang.Object

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

      • DefaultUnauthorizedResourceRequestListener

        public DefaultUnauthorizedResourceRequestListener()
    • Method Detail

      • createErrorMessage

        protected java.lang.String createErrorMessage​(IResource resource,
                                                      org.apache.wicket.request.mapper.parameter.PageParameters parameters)