| Field and Description |
|---|
| org.tynamo.security.SecuritySymbols.REMEMBERME_CIPHERKERY |
| Method and Description |
|---|
| org.tynamo.security.services.SecurityFilterChainFactory.createChainWithAntPath(String)
Introduced in 0.4.5 but never really used, since we decided to keep
SecurityFilterChainFactory.createChain(String) for backwards compatibility.
To be removed in 0.5.0 |
| org.tynamo.security.internal.services.LoginContextService.getLoginURL() |
| org.tynamo.security.services.impl.SecurityFilterChain.getPatternMatcher()
remove when the deprecated PatternMatcher
SecurityFilterChain.defaultPatternMatcher is removed or changed to RegExPatternMatcher |
| org.tynamo.security.internal.services.LoginContextService.getSuccessURL() |
| org.tynamo.security.internal.services.LoginContextService.getUnauthorizedURL() |
| org.tynamo.security.internal.services.LoginContextService.saveRequest(String) |
| org.tynamo.security.internal.services.impl.LoginContextServiceImpl.saveRequest(String) |
| Constructor and Description |
|---|
| org.tynamo.security.services.impl.SecurityFilterChain(String, HttpServletRequestHandler)
in 0.4.5 Use
#SecurityFilterChain(String, org.apache.tapestry5.services.HttpServletRequestHandler, org.apache.shiro.util.PatternMatcher) instead |
Copyright © 2004–2021. All rights reserved.