|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gigaspaces.security.directory.User
public class User
Models user details retrieved by a UserManager
.
Implementors may use this class directly, subclass it, or write their own UserDetails
implementation from scratch.
Constructor Summary | |
---|---|
User(String username,
String password)
|
|
User(String username,
String password,
Authority... authorities)
|
|
User(String username,
String password,
String... authorities)
|
Method Summary | |
---|---|
Authority[] |
getAuthorities()
Returns the granted authorities granted to the user. |
String |
getPassword()
Returns the password used to authenticate the user. |
String |
getUsername()
Returns the username used to authenticate the user. |
void |
setPassword(String encryptedPassword)
Set an encrypted password (new user or one with an updated password). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public User(String username, String password)
public User(String username, String password, Authority... authorities)
public User(String username, String password, String... authorities)
Method Detail |
---|
public Authority[] getAuthorities()
UserDetails
null
.
getAuthorities
in interface UserDetails
null
)public String getPassword()
UserDetails
null
.
getPassword
in interface UserDetails
null
)public void setPassword(String encryptedPassword)
encryptedPassword
- the encrypted password.UserManager.createUser(UserDetails)
,
UserManager.updateUser(UserDetails)
public String getUsername()
UserDetails
null
.
getUsername
in interface UserDetails
null
)
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |