public class BasicAuthentication extends java.lang.Object implements Authentication
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Request |
authenticate(com.squareup.okhttp.Request unauthenticated)
Authenticates the given request.
|
static BasicAuthentication |
basic(java.lang.String username,
java.lang.String password) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowAbiquoTokenpublic static BasicAuthentication basic(java.lang.String username, java.lang.String password)
public com.squareup.okhttp.Request authenticate(com.squareup.okhttp.Request unauthenticated)
Authenticationauthenticate in interface Authenticationunauthenticated - The request to authenticate.Copyright © 2008-2019 Abiquo Holdings S.L.. All Rights Reserved.