Uses of Class
com.sas.hls.security.user.PasswordInfo

Packages that use PasswordInfo
com.sas.hls.security.user Service and class definitions for manipulating and creating Users. 
 

Uses of PasswordInfo in com.sas.hls.security.user
 

Methods in com.sas.hls.security.user that return PasswordInfo
 PasswordInfo PasswordInfo.clone()
          Create and return a copy of this object.
 PasswordInfo User.getPasswordInfo()
          Get the passwordInfo details for this user.
 

Methods in com.sas.hls.security.user with parameters of type PasswordInfo
 void User.setPasswordInfo(PasswordInfo passwordInfo)
          Deprecated. 
 

Constructors in com.sas.hls.security.user with parameters of type PasswordInfo
User(String identifier, String userId, String principalId, String principalName, LoginInfo loginInfo, LockedInfo lockedInfo, PasswordInfo passwordInfo)
           
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA