cloudstack/server/test/com/cloud/api
Rajani Karuturi 5da733072e 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.
2015-03-16 12:35:37 +05:30
..
dispatch CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 12:35:37 +05:30
APITest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
ApiResponseHelperTest.java new unit test for ApiResponseHelper 2014-03-22 18:34:46 +01:00
ApiServletTest.java server: fix server package after auth plugin refactor 2014-08-28 19:45:23 +02:00
ListPerfTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
LoginResponse.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00