|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableUserDetails
TELS Portal version of MutableUserDetails interface
| Method Summary | |
|---|---|
String |
getCoreUsername()
|
String |
getFirstname()
|
HashMap<String,Object> |
getInfo()
|
String |
getLastname()
|
String |
getNextUsernameSuffix(String currentUsernameSuffix)
Get the next username suffix |
Integer |
getNumberOfLogins()
Returns the number of times the user has logined into the system |
Date |
getSignupdate()
|
String[] |
getUsernameSuffixes()
In case username is not unique, append an item from the list of suffices. |
void |
incrementNumberOfLogins()
Increments the number of times the user has logined into the system |
void |
setFirstname(String firstname)
|
void |
setLastLoginTime(Date lastLoginTime)
Sets the date of the most recent login as lastLoginTime |
void |
setLastname(String lastname)
|
void |
setNumberOfLogins(Integer numberOfLogins)
Sets the number of times the user has logined into the system |
void |
setSignupdate(Date signupdate)
|
| Methods inherited from interface net.sf.sail.webapp.domain.authentication.MutableUserDetails |
|---|
addAuthority, getEmailAddress, getId, getNumberOfRecentFailedLoginAttempts, getRecentFailedLoginTime, getResetPasswordKey, getResetPasswordRequestTime, hasGrantedAuthority, incrementNumberOfRecentFailedLoginAttempts, setAuthorities, setEmailAddress, setEnabled, setNumberOfRecentFailedLoginAttempts, setPassword, setRecentFailedLoginTime, setResetPasswordKey, setResetPasswordRequestTime, setUsername |
| Methods inherited from interface org.springframework.security.userdetails.UserDetails |
|---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
| Method Detail |
|---|
String getFirstname()
void setFirstname(String firstname)
String getLastname()
void setLastname(String lastname)
Date getSignupdate()
void setSignupdate(Date signupdate)
HashMap<String,Object> getInfo()
String getCoreUsername()
String[] getUsernameSuffixes()
String getNextUsernameSuffix(String currentUsernameSuffix)
currentUsernameSuffix -
Integer getNumberOfLogins()
void setNumberOfLogins(Integer numberOfLogins)
numberOfLogins - 1 more timevoid setLastLoginTime(Date lastLoginTime)
lastLoginTime - 1 more timevoid incrementNumberOfLogins()
numberOfLogins -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||