public class Credentials extends Object
| Constructor and Description |
|---|
Credentials() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType() |
String |
getPassword() |
String |
getUser() |
void |
setAuthenticationType(AuthenticationType authType) |
void |
setPassword(String password) |
void |
setUser(String user) |
public AuthenticationType getAuthenticationType()
public void setAuthenticationType(AuthenticationType authType)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
Copyright © 2018 JBoss by Red Hat. All rights reserved.