Package org.tynamo.security.services
Interface SecurityFilterChainFactory
- All Known Implementing Classes:
SecurityFilterChainFactoryImpl
public interface SecurityFilterChainFactory
-
Method Summary
Modifier and TypeMethodDescriptionanon()authc()basic()createChain(String path) createChain(String path, org.apache.shiro.util.PatternMatcher patternMatcher) createChainWithAntPath(String path) Deprecated.createChainWithRegEx(String path) notfound()perms()port()roles()ssl()user()
-
Method Details
-
createChain
-
createChain
SecurityFilterChain.Builder createChain(String path, org.apache.shiro.util.PatternMatcher patternMatcher) -
createChainWithAntPath
Deprecated.Introduced in 0.4.5 but never really used, since we decided to keepcreateChain(String)for backwards compatibility. To be removed in 0.5.0 -
createChainWithRegEx
-
anon
AnonymousFilter anon() -
notfound
NotFoundFilter notfound() -
user
UserFilter user() -
authc
FormAuthenticationFilter authc() -
basic
BasicHttpAuthenticationFilter basic() -
roles
RolesAuthorizationFilter roles() -
perms
PermissionsAuthorizationFilter perms() -
ssl
SslFilter ssl() -
port
PortFilter port()
-
createChain(String)for backwards compatibility.