|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.http.HttpAuthentication
org.springframework.http.HttpBasicAuthentication
public class HttpBasicAuthentication
Represents HTTP Basic Authentication. Intended for use
with ClientHttpRequest
and RestTemplate.
| Constructor Summary | |
|---|---|
HttpBasicAuthentication(java.lang.String username,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHeaderValue()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpBasicAuthentication(java.lang.String username,
java.lang.String password)
| Method Detail |
|---|
public java.lang.String getHeaderValue()
getHeaderValue in class HttpAuthenticationpublic java.lang.String toString()
toString in class java.lang.Object
|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||