cloudstack/server/src/com/cloud/user
Rajani Karuturi 843f6b1691 CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP)
Added a source column to the user table.

Source now has only two values UNKNOWN,LDAP with UNKNOWN being the
default and is an enum is com.cloud.User.

When the source is UNKNOWN, the old method of authenticating against all
the available authenticators is used. If a source is available, only
that particular authenticator will be used.

added overloaded methods in AccountService to createUserAccount and
createUser with source specified.

(cherry picked from commit 5da733072e)
2015-03-16 14:53:53 +05:30
..
AccountManager.java Merge remote-tracking branch 'origin/inetaddress' 2014-11-25 14:32:09 +05:30
AccountManagerImpl.java CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 14:53:53 +05:30
DomainManager.java CLOUDSTACK-5920: Add some interface methods and constants required by 2014-03-05 09:40:55 -08:00
DomainManagerImpl.java Changes for createDomain - create new group AND createAccount - add account to domain group 2014-01-28 09:48:19 -08:00