|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.authentication.UserCredentials
public class UserCredentials
Class used to provide credentials for username/password authentication
Constructor Summary | |
---|---|
UserCredentials()
|
|
UserCredentials(String username,
String password)
|
Method Summary | |
---|---|
String |
getPassword()
Get the password to use for authentication |
String |
getUsername()
Get the username to use for authentication |
void |
setPassword(String password)
Set the password to use for authentication |
void |
setUsername(String username)
Set the username to use for authentication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserCredentials()
public UserCredentials(String username, String password)
Method Detail |
---|
public String getUsername()
public void setUsername(String username)
username
- public String getPassword()
public void setPassword(String password)
password
-
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |