org.apache.http.auth.AuthState
This class provides detailed information about the state of the
authentication process.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AuthState()
Default constructor.
Public Methods
public
AuthScope
getAuthScope()
Returns actual
AuthScope if available
Returns
- actual authentication scope if available,
null
public
Credentials
getCredentials()
Returns user
Credentials selected for authentication if available
Returns
- user credentials if available,
null
public
void
invalidate()
Invalidates the authentication state by resetting its parameters.
public
void
setAuthScope(AuthScope authScope)
Sets actual
AuthScope.
Parameters
authScope
| Authentication scope
|
public
void
setCredentials(Credentials credentials)
Sets user
Credentials to be used for authentication
Parameters
credentials
| User credentials
|
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Returns
- String a printable representation for the receiver.