cloudstack/server/test/com/cloud/network
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
..
dao Removed trailing spaces 2013-11-21 04:08:01 -08:00
element CLOUDSTACK-7908: Add user_id column to vm_instance table 2015-02-16 15:02:38 +05:30
firewall Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
lb CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 14:53:53 +05:30
router BUG-ID: CLOUDSTACK-5324 when router requires upgrade throw ResourceUnavailableException with scope VirtualRouter. API willl return generic Network Unavailable error. 2014-11-19 09:46:56 +05:30
security All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
vpc unneeded imports removed 2014-03-10 10:56:37 +01:00
vpn Removed trailing spaces 2013-11-21 04:08:01 -08:00
CreatePrivateNetworkTest.java region level VPC support 2014-03-20 16:32:22 +05:30
DedicateGuestVlanRangesTest.java CLOUDSTACK-5236 : ability to identify where the user is from (ex. LDAP) 2015-03-16 14:53:53 +05:30
ExternalLoadBalancerDeviceManagerImplTest.java null pointer dereference fix 2014-04-29 21:46:16 +02:00
MockFirewallManagerImpl.java CLOUDSTACK-6922: Updated events for firewall ingress and egress 2014-06-19 15:06:56 +05:30
MockNetworkModelImpl.java Disable IAM feature from 4.4 release. 2014-05-22 18:27:08 -07:00
NetworkManagerTestComponentLibrary.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
NetworkModelTest.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
UpdatePhysicalNetworkTest.java All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00