org.tynamo.security.services.impl
Class SecurityFilterChainFactoryImpl
java.lang.Object
org.tynamo.security.services.impl.SecurityFilterChainFactoryImpl
- All Implemented Interfaces:
- SecurityFilterChainFactory
@EagerLoad
public class SecurityFilterChainFactoryImpl
- extends java.lang.Object
- implements SecurityFilterChainFactory
|
Constructor Summary |
SecurityFilterChainFactoryImpl(org.slf4j.Logger logger,
org.apache.tapestry5.ioc.services.PipelineBuilder builder,
PageService pageService,
java.lang.String successUrl,
java.lang.String loginUrl,
java.lang.String unauthorizedUrl,
boolean redirectToSavedUrl)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityFilterChainFactoryImpl
public SecurityFilterChainFactoryImpl(org.slf4j.Logger logger,
org.apache.tapestry5.ioc.services.PipelineBuilder builder,
PageService pageService,
@Inject@Symbol(value="security.successurl")
java.lang.String successUrl,
@Inject@Symbol(value="security.loginurl")
java.lang.String loginUrl,
@Inject@Symbol(value="security.unauthorizedurl")
java.lang.String unauthorizedUrl,
@Inject@Symbol(value="security.redirecttosavedurl")
boolean redirectToSavedUrl)
createChain
public SecurityFilterChain.Builder createChain(java.lang.String path)
- Specified by:
createChain in interface SecurityFilterChainFactory
anon
public AnonymousFilter anon()
- Specified by:
anon in interface SecurityFilterChainFactory
user
public UserFilter user()
- Specified by:
user in interface SecurityFilterChainFactory
authc
public FormAuthenticationFilter authc()
- Specified by:
authc in interface SecurityFilterChainFactory
basic
public BasicHttpAuthenticationFilter basic()
- Specified by:
basic in interface SecurityFilterChainFactory
roles
public RolesAuthorizationFilter roles()
- Specified by:
roles in interface SecurityFilterChainFactory
perms
public PermissionsAuthorizationFilter perms()
- Specified by:
perms in interface SecurityFilterChainFactory
ssl
public SslFilter ssl()
- Specified by:
ssl in interface SecurityFilterChainFactory
port
public PortFilter port()
- Specified by:
port in interface SecurityFilterChainFactory
Copyright © 2004-2012. All Rights Reserved.