mirror of https://github.com/apache/cloudstack.git
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. |
||
|---|---|---|
| .. | ||
| ldap | ||
| md5 | ||
| pbkdf2 | ||
| plain-text | ||
| saml2 | ||
| sha256salted | ||