Uses of Class
org.tynamo.security.services.impl.SecurityFilterChain
Packages that use SecurityFilterChain
-
Uses of SecurityFilterChain in org.tynamo.security.services
Method parameters in org.tynamo.security.services with type arguments of type SecurityFilterChainModifier and TypeMethodDescriptionvoidSecurityFilterChainHub.commitModifications(Collection<SecurityFilterChain> chains) static voidSecurityModule.defaultSecurity(org.apache.tapestry5.commons.OrderedConfiguration<SecurityFilterChain> configuration, SecurityFilterChainFactory factory, String modulesPathPrefix, String assetPathPrefix) -
Uses of SecurityFilterChain in org.tynamo.security.services.impl
Methods in org.tynamo.security.services.impl that return SecurityFilterChainMethod parameters in org.tynamo.security.services.impl with type arguments of type SecurityFilterChainModifier and TypeMethodDescriptionvoidSecurityFilterChainHubImpl.commitModifications(Collection<SecurityFilterChain> chains) Constructor parameters in org.tynamo.security.services.impl with type arguments of type SecurityFilterChainModifierConstructorDescriptionSecurityConfiguration(org.apache.tapestry5.http.services.ApplicationGlobals applicationGlobals, org.apache.tapestry5.http.services.RequestGlobals requestGlobals, org.apache.shiro.web.mgt.WebSecurityManager securityManager, LoginContextService loginContextService, List<SecurityFilterChain> chains, SecurityFilterChainHub securityFilterChainHub)