public final class AuthCredentials extends Object
| Constructor and Description |
|---|
AuthCredentials(AuthCredentials creds) |
AuthCredentials(String username,
byte[] password) |
AuthCredentials(String username,
Object nativeCredentials) |
AuthCredentials(String username,
String... backendRoles) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSecrets() |
boolean |
equals(Object obj) |
Set<String> |
getBackendRoles() |
Object |
getNativeCredentials() |
byte[] |
getPassword() |
String |
getUsername() |
int |
hashCode() |
boolean |
isComplete() |
AuthCredentials |
markComplete() |
String |
toString() |
public AuthCredentials(String username, byte[] password)
public AuthCredentials(AuthCredentials creds)
public void clearSecrets()
public String getUsername()
public byte[] getPassword()
public Object getNativeCredentials()
public boolean isComplete()
public AuthCredentials markComplete()
Copyright © 2015–2016. All rights reserved.