|
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
public abstract class HttpAuthentication
Represents an abstract HTTP Authentication. Possible subclasses include representations of HTTP Basic Authentication and HTTP Digest Authentication.
Constructor Summary | |
---|---|
HttpAuthentication()
|
Method Summary | |
---|---|
abstract java.lang.String |
getHeaderValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpAuthentication()
Method Detail |
---|
public abstract java.lang.String getHeaderValue()
|
Spring for Android | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |