You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/29 09:16:16 UTC

[2/2] git commit: updated refs/heads/master to 9710046

Merge pull request #1100 from rafaelweingartner/master-lrg-cs-hackday-005

Removal of DefaultUserAuthenticator empty class.The DefaultUserAuthenticator is an empty class, extending from the
AdapterBase and implementing the UserAuthenticator interface. The class
is not 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.

* pr/1100:
  Removal of DefaultUserAuthenticator empty class

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9710046f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9710046f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9710046f

Branch: refs/heads/master
Commit: 9710046fb916485b97b19b2bb273b99eab3f89f6
Parents: 59d6fdf 98594b7
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sun Nov 29 09:15:50 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sun Nov 29 09:15:50 2015 +0100

----------------------------------------------------------------------
 .../cloudstack/ldap/LdapAuthenticator.java      | 19 ++++++-----
 .../cloud/server/auth/MD5UserAuthenticator.java | 21 +++++++-----
 .../server/auth/PBKDF2UserAuthenticator.java    | 36 +++++++++++---------
 .../server/auth/PlainTextUserAuthenticator.java | 15 ++++----
 .../cloudstack/saml/SAML2UserAuthenticator.java | 17 +++++----
 .../auth/SHA256SaltedUserAuthenticator.java     | 23 +++++++------
 .../server/auth/DefaultUserAuthenticator.java   | 27 ---------------
 7 files changed, 75 insertions(+), 83 deletions(-)
----------------------------------------------------------------------