|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserData
The Interface UserData.
Method Summary | |
---|---|
UserRoleType |
getUserRole()
Gets the user role. |
void |
setCreatedDate(Date date)
Sets the created date. |
void |
setUsername(String string)
Sets the username. |
void |
setUserRole(UserRoleType userRole)
Sets the user role. |
Methods inherited from interface com.hack23.cia.model.api.common.Role |
---|
getActor, setActor |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
Methods inherited from interface org.springframework.security.core.userdetails.UserDetails |
---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
Method Detail |
---|
UserRoleType getUserRole()
void setCreatedDate(Date date)
date
- the new created datevoid setUsername(String string)
string
- the new usernamevoid setUserRole(UserRoleType userRole)
userRole
- the new user role
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |