public interface Credentials
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
getAuthenticationType() |
String |
getPassword() |
String |
getUser() |
void |
setAuthenticationType(AuthenticationType type) |
void |
setPassword(String password) |
void |
setUser(String user) |
AuthenticationType getAuthenticationType()
void setAuthenticationType(AuthenticationType type)
String getUser()
void setUser(String user)
String getPassword()
void setPassword(String password)
Copyright © 2013 JBoss by Red Hat. All rights reserved.