public class UserAPIAccounts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPIAccounts |
instance |
Constructor and Description |
---|
UserAPIAccounts() |
UserAPIAccounts(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer api) |
boolean |
userAPICreateInfraAccount(InfraAccountDetails infraAccountDetails) |
boolean |
userAPIDeleteInfraAccount(java.lang.String accountName) |
java.util.List<java.lang.String> |
userAPIGetAccountTypeByName(java.lang.String accountName) |
java.util.List<java.lang.String> |
userAPIGetAllAccounts() |
java.util.List<PhysicalInfraAccount> |
userAPIGetAllPhysicalInfraAccounts() |
public static UserAPIAccounts instance
public UserAPIAccounts()
public UserAPIAccounts(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.util.List<java.lang.String> userAPIGetAllAccounts() throws java.lang.Exception
java.lang.Exception
public java.util.List<java.lang.String> userAPIGetAccountTypeByName(java.lang.String accountName) throws java.lang.Exception
java.lang.Exception
public boolean userAPIDeleteInfraAccount(java.lang.String accountName) throws java.lang.Exception
java.lang.Exception
public java.util.List<PhysicalInfraAccount> userAPIGetAllPhysicalInfraAccounts() throws java.lang.Exception
java.lang.Exception
public boolean userAPICreateInfraAccount(InfraAccountDetails infraAccountDetails) throws java.lang.Exception
java.lang.Exception