public class CredentialsImpl extends Object implements Credentials
Credentials interface, extending the Apache
UsernamePasswordCredentials.| Constructor and Description |
|---|
CredentialsImpl(String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
Principal |
getUserPrincipal() |
org.apache.http.auth.UsernamePasswordCredentials |
getWrappedCredentials() |
public String getPassword()
getPassword in interface Credentialspublic Principal getUserPrincipal()
getUserPrincipal in interface Credentialspublic org.apache.http.auth.UsernamePasswordCredentials getWrappedCredentials()
Copyright © 2017. All rights reserved.