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 |
User.getAccountInfo()
Gets the account details for a user account.
|
Constructor and Description |
---|
User(String id,
String userId,
String displayName,
String firstName,
String lastName,
String department,
String phone,
String email,
List<Attribute> attributes,
AccountInfo accountInfo,
PasswordInfo passwordInfo,
LockedInfo lockedInfo,
LoginInfo loginInfo,
long revision)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA