Uses of Interface
org.tynamo.security.internal.services.LoginContextService
Packages that use LoginContextService
Package
Description
-
Uses of LoginContextService in org.tynamo.security
Constructors in org.tynamo.security with parameters of type LoginContextServiceModifierConstructorDescriptionSecurityComponentRequestFilter(LoginContextService loginContextService, org.apache.tapestry5.services.ComponentClassResolver resolver, ClassInterceptorsCache classInterceptorsCache) -
Uses of LoginContextService in org.tynamo.security.internal
Constructors in org.tynamo.security.internal with parameters of type LoginContextServiceModifierConstructorDescriptionSecurityExceptionHandlerAssistant(SecurityService securityService, LoginContextService pageService, org.apache.tapestry5.internal.services.RequestPageCache pageCache, org.apache.tapestry5.http.services.Response response, org.apache.tapestry5.internal.services.PageResponseRenderer renderer) -
Uses of LoginContextService in org.tynamo.security.internal.services.impl
Classes in org.tynamo.security.internal.services.impl that implement LoginContextService -
Uses of LoginContextService in org.tynamo.security.services.impl
Constructors in org.tynamo.security.services.impl with parameters of type LoginContextServiceModifierConstructorDescriptionSecurityConfiguration(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) SecurityFilterChainFactoryImpl(org.slf4j.Logger logger, org.apache.tapestry5.ioc.services.PipelineBuilder builder, LoginContextService loginContextService, String tapestryVersion, String successUrl, String loginUrl, String unauthorizedUrl) -
Uses of LoginContextService in org.tynamo.security.shiro
Methods in org.tynamo.security.shiro that return LoginContextServiceModifier and TypeMethodDescriptionprotected LoginContextServiceAccessControlFilter.getLoginContextService()Constructors in org.tynamo.security.shiro with parameters of type LoginContextService -
Uses of LoginContextService in org.tynamo.security.shiro.authc
Constructors in org.tynamo.security.shiro.authc with parameters of type LoginContextServiceModifierConstructorDescriptionAnonymousFilter(LoginContextService loginContextService) AuthenticatingFilter(LoginContextService loginContextService) AuthenticationFilter(LoginContextService loginContextService) BasicHttpAuthenticationFilter(LoginContextService loginContextService) CasFilter(LoginContextService loginContextService) FormAuthenticationFilter(LoginContextService loginContextService) UserFilter(LoginContextService loginContextService) -
Uses of LoginContextService in org.tynamo.security.shiro.authz
Constructors in org.tynamo.security.shiro.authz with parameters of type LoginContextServiceModifierConstructorDescriptionAuthorizationFilter(LoginContextService loginContextService) PermissionsAuthorizationFilter(LoginContextService loginContextService) PortFilter(LoginContextService loginContextService) RolesAuthorizationFilter(LoginContextService loginContextService) SslFilter(LoginContextService loginContextService)