public class DefaultLoginCredentials extends AbstractBaseCredentials
Credentials.Status
Constructor and Description |
---|
DefaultLoginCredentials() |
Modifier and Type | Method and Description |
---|---|
Object |
getCredential() |
String |
getPassword() |
String |
getUserId() |
void |
invalidate()
Invalidates the credential.
|
void |
setCredential(Object credential) |
void |
setPassword(String password)
Convenience method that allows a plain text password credential to be set
|
void |
setUserId(String userId) |
String |
toString() |
getStatus, getValidatedAccount, setStatus, setValidatedAccount
public String getUserId()
public void setUserId(String userId)
public Object getCredential()
public void setCredential(Object credential)
public String getPassword()
public void setPassword(String password)
public void invalidate()
Credentials
Invalidates the credential.
Copyright © 2013. All Rights Reserved.