|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountInfo.AccountType | |
---|---|
com.sas.hls.security.user | Service and class definitions for manipulating and creating Users. |
Uses of AccountInfo.AccountType in com.sas.hls.security.user |
---|
Methods in com.sas.hls.security.user that return AccountInfo.AccountType | |
---|---|
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. |
Methods in com.sas.hls.security.user with parameters of type AccountInfo.AccountType | |
---|---|
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. |
Constructors in com.sas.hls.security.user with parameters of type AccountInfo.AccountType | |
---|---|
AccountInfo(AccountInfo.AccountType accountType)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |