Uses of Interface
org.apache.wicket.authorization.IUnauthorizedResourceRequestListener
-
Packages that use IUnauthorizedResourceRequestListener Package Description org.apache.wicket.settings -
-
Uses of IUnauthorizedResourceRequestListener in org.apache.wicket.settings
Classes in org.apache.wicket.settings that implement IUnauthorizedResourceRequestListener Modifier and Type Class Description classDefaultUnauthorizedResourceRequestListenerAn IUnauthorizedResourceRequestListener that schedules a response with status code 403 (Forbidden)Methods in org.apache.wicket.settings that return IUnauthorizedResourceRequestListener Modifier and Type Method Description IUnauthorizedResourceRequestListenerSecuritySettings. getUnauthorizedResourceRequestListener()Methods in org.apache.wicket.settings with parameters of type IUnauthorizedResourceRequestListener Modifier and Type Method Description SecuritySettingsSecuritySettings. setUnauthorizedResourceRequestListener(IUnauthorizedResourceRequestListener listener)Sets a listener that will be used when a request to an IResource is not allowed for some reason
-