Uses of Interface
org.apache.tapestry5.internal.services.RequestSecurityManager
-
Packages that use RequestSecurityManager Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.modules -
-
Uses of RequestSecurityManager in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement RequestSecurityManager Modifier and Type Class Description class
RequestSecurityManagerImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type RequestSecurityManager Constructor Description ComponentEventLinkEncoderImpl(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 RequestSecurityManager Modifier and Type Method Description void
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.
-