public interface DomainAccountClient extends AccountClient
| Modifier and Type | Method and Description | 
|---|---|
AsyncCreateResponse | 
disableAccount(String accountName,
              String domainId,
              boolean onlyLock)
Disable or lock an account 
 | 
Account | 
enableAccount(String accountName,
             String domainId)
Enable an account 
 | 
getAccount, listAccountsAccount enableAccount(String accountName, String domainId)
accountName - the account name you are enablingdomainId - the domain IDAsyncCreateResponse disableAccount(String accountName, String domainId, boolean onlyLock)
accountName - the account name you are disablingdomainId - the domain IDonlyLock - only lock if true disable otherwiseCopyright © 2009-2013 jclouds. All Rights Reserved.