Uses of Class
com.sas.lsaf.security.user.LockedInfo
Packages that use LockedInfo
Package
Description
Service and classes to create and manipulate users in the system.
-
Uses of LockedInfo in com.sas.lsaf.security.user
Methods in com.sas.lsaf.security.user that return LockedInfoModifier and TypeMethodDescriptionUser.getLockedInfo()Gets the account locking details for a user account.Constructors in com.sas.lsaf.security.user with parameters of type LockedInfoModifierConstructorDescriptionUser(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.User(String id, String userId, String displayName, String createdBy, Date created, String lastModifiedBy, Date lastModified, 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.