org.jclouds.cloudstack.features
Interface DomainUserClient

All Known Subinterfaces:
GlobalUserClient

public interface DomainUserClient

Provides synchronous access to CloudStack User features available to Domain Admin users.

Author:
Andrei Savu
See Also:

Method Summary
 AsyncCreateResponse disableUser(long userId)
          Disable a user with a specific ID
 User enableUser(long userId)
          Enable a user with a specific ID
 Set<User> listUsers(ListUsersOptions... options)
          Lists Users
 

Method Detail

listUsers

Set<User> listUsers(ListUsersOptions... options)
Lists Users

Parameters:
options - if present, how to constrain the list.
Returns:
Users matching query, or empty set, if no Accounts are found

enableUser

User enableUser(long userId)
Enable a user with a specific ID

Parameters:
userId - the user ID to enable

disableUser

AsyncCreateResponse disableUser(long userId)
Disable a user with a specific ID



Copyright © 2009-2012 jclouds. All Rights Reserved.