Uses of Class
com.sas.lsaf.security.user.AccountInfo.AccountType
-
Packages that use AccountInfo.AccountType Package Description com.sas.lsaf.security.user Service and classes to create and manipulate users in the system. -
-
Uses of AccountInfo.AccountType in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that return AccountInfo.AccountType Modifier and Type Method 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(java.lang.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.lsaf.security.user with parameters of type AccountInfo.AccountType Modifier and Type Method 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.Constructors in com.sas.lsaf.security.user with parameters of type AccountInfo.AccountType Constructor Description AccountInfo(AccountInfo.AccountType accountType, java.util.Date activationDate, java.util.Date deactivationDate, boolean active, java.lang.String licenseTypeId, java.lang.String authenticator, java.lang.String authenticatorUsername)
Constructor.AccountInfo(AccountInfo.AccountType accountType, java.util.Date activationDate, java.util.Date deactivationDate, boolean active, java.lang.String licenseTypeId, java.lang.String authenticator, java.lang.String authenticatorUsername, java.lang.String singleSignOnId, boolean singleSignOnEnabled)
Constructor.
-