Uses of Interface
org.apache.tapestry5.internal.services.RequestSecurityManager
Packages that use RequestSecurityManager
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of RequestSecurityManager in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement RequestSecurityManagerConstructors in org.apache.tapestry5.internal.services with parameters of type RequestSecurityManagerModifierConstructorDescriptionComponentEventLinkEncoderImpl
(ComponentClassResolver componentClassResolver, ContextPathEncoder contextPathEncoder, LocalizationSetter localizationSetter, Response response, RequestSecurityManager requestSecurityManager, BaseURLSource baseURLSource, PersistentLocale persistentLocale, boolean encodeLocaleIntoPath, String contextPath, String applicationFolder, MetaDataLocator metaDataLocator, ClientWhitelist clientWhitelist) -
Uses of RequestSecurityManager in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type RequestSecurityManagerModifier and TypeMethodDescriptionvoid
TapestryModule.contributeComponentEventRequestHandler
(OrderedConfiguration<ComponentEventRequestFilter> configuration, RequestSecurityManager requestSecurityManager, ComponentEventRequestHandler ajaxHandler) Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so Secure Sends a redirect if an non-secure request accesses a secure pagevoid
TapestryModule.contributePageRenderRequestHandler
(OrderedConfiguration<PageRenderRequestFilter> configuration, RequestSecurityManager securityManager) Contributes a single filter, "Secure", which checks for non-secure requests that access secure pages.