public class ComprasGovRestClient.Authenticator
extends java.lang.Object
implements javax.ws.rs.client.ClientRequestFilter
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
password |
private java.lang.String |
user |
Constructor and Description |
---|
Authenticator(java.lang.String user,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
void |
filter(javax.ws.rs.client.ClientRequestContext arg0) |
private java.lang.String |
getBasicAuthentication() |