Package | Description |
---|---|
com.sas.hls.security.user |
Service and class definitions for manipulating and creating Users.
|
Modifier and Type | Method and Description |
---|---|
AccountInfo.AccountType |
AccountInfo.getAccountType()
Get the type of account specified in the AccountInfo.
|
AccountInfo.AccountType |
CreateUserInfo.getAccountType()
Get the account type value of the CreateUserInfo.
|
static AccountInfo.AccountType |
AccountInfo.AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountInfo.AccountType[] |
AccountInfo.AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountInfo.setAccountType(AccountInfo.AccountType accountType)
Set the type of account specified in the AccountInfo.
|
void |
CreateUserInfo.setAccountType(AccountInfo.AccountType accountType)
Set the account type value of the CreateUserInfo.
|
Constructor and Description |
---|
AccountInfo(AccountInfo.AccountType accountType)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA