Uses of Class
com.sas.lsaf.security.user.LoginInfo
-
Packages that use LoginInfo Package Description com.sas.lsaf.security.user Service and classes to create and manipulate users in the system. -
-
Uses of LoginInfo in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that return LoginInfo Modifier and Type Method Description LoginInfo
User. getLoginInfo()
Gets the login details for a user account.Constructors in com.sas.lsaf.security.user with parameters of type LoginInfo Constructor Description User(java.lang.String id, java.lang.String userId, java.lang.String displayName, java.lang.String firstName, java.lang.String lastName, java.lang.String department, java.lang.String phone, java.lang.String email, java.util.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.User(java.lang.String id, java.lang.String userId, java.lang.String displayName, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, java.lang.String firstName, java.lang.String lastName, java.lang.String department, java.lang.String phone, java.lang.String email, java.util.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.
-