Remove convenience configuration methods
----------------------------------------
Key: SHIRO-128
URL: https://issues.apache.org/jira/browse/SHIRO-128
Project: Shiro
Issue Type: Improvement
Components: Configuration
Affects Versions: 0.9-RC1, 0.9, 1.0
Reporter: Les Hazlewood
Fix For: 1.0
Per this thread:
http://www.mail-archive.com/[email protected]/msg00525.html
Convenience 'pass through' setter methods will be removed, as they add
complexity, verbosity and are awkward to maintain. Clean configuration can
still be done in a number of ways, especially via property path expressions in
.ini:
securityManager.authenticator.authenticationStrategy = $myAuthenticationStrategy
or via a Builder or in Spring environments, possibly a
SecurityManagerFactoryBean or similar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.