Uses of Enum Class
com.sas.lsaf.security.user.AccountInfo.AccountType
Packages that use AccountInfo.AccountType
Package
Description
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.AccountTypeModifier and TypeMethodDescriptionAccountInfo.getAccountType()Gets the type of user account.UserCreateInfo.getAccountType()Gets the type of user account to create.static AccountInfo.AccountTypeReturns the enum constant of this class with the specified name.static AccountInfo.AccountType[]AccountInfo.AccountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.security.user with parameters of type AccountInfo.AccountTypeModifier and TypeMethodDescriptionvoidAccountInfo.setAccountType(AccountInfo.AccountType accountType) Sets the type of the user account.voidUserCreateInfo.setAccountType(AccountInfo.AccountType accountType) Sets the type of user account to create.Constructors in com.sas.lsaf.security.user with parameters of type AccountInfo.AccountTypeModifierConstructorDescriptionAccountInfo(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.