cloudstack/plugins/user-authenticators/plain-text
weingartner 98594b709b Removal of DefaultUserAuthenticator empty class
The DefaultUserAuthenticator is an empty class, extending the
AdapterBase and implementing the UserAuthenticator interface. The class
is only being used as a marker and it's sole use is to be extended by
other UserAuthenticators. Noticing that the class had no purpose, I
removed it and made it's children extend from it's superclass and
implement it's interface instead. Also, I removed the @Local tags from
those classes, since EJB is not used anymore.
2015-11-27 21:29:50 -02:00
..
resources/META-INF/cloudstack/plaintext Add missing licenses 2013-10-23 15:20:08 -07:00
src/com/cloud/server/auth Removal of DefaultUserAuthenticator empty class 2015-11-27 21:29:50 -02:00
pom.xml Updating pom.xml version numbers for release 4.7.0-SNAPSHOT 2015-11-15 18:54:13 +01:00