public class UsernamePasswordAuthentication extends Authentication
Constructor and Description |
---|
UsernamePasswordAuthentication() |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
getIdentity() |
char[] |
getPassword() |
void |
setIdentity(UserIdentity identity) |
void |
setPassword(char[] password) |
public UserIdentity getIdentity()
public void setIdentity(UserIdentity identity)
identity
- the userIdentity to setpublic char[] getPassword()
public void setPassword(char[] password)
password
- the password to setCopyright © 2019 Communote team. All rights reserved.