Package | Description |
---|---|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
Modifier and Type | Method and Description |
---|---|
AccountInfo.AccountType |
AccountInfo.getAccountType()
Gets the type of user account.
|
AccountInfo.AccountType |
UserCreateInfo.getAccountType()
Gets the type of user account to create.
|
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)
Sets the type of the user account.
|
void |
UserCreateInfo.setAccountType(AccountInfo.AccountType accountType)
Sets the type of user account to create.
|
Constructor and Description |
---|
AccountInfo(AccountInfo.AccountType accountType,
Date activationDate,
Date deactivationDate,
boolean active,
String licenseTypeId,
String authenticator,
String authenticatorUsername)
Constructor.
|
AccountInfo(AccountInfo.AccountType accountType,
Date activationDate,
Date deactivationDate,
boolean active,
String licenseTypeId,
String authenticator,
String authenticatorUsername,
String singleSignOnId,
boolean singleSignOnEnabled)
Constructor.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>