Class | Description |
---|---|
BasicChallengeHandler |
Challenge handler for Basic authentication as defined in RFC 2617.
This BasicChallengeHandler can be loaded and instantiated using
BasicChallengeHandler.create() , and registered
at a location using DispatchChallengeHandler.register(String, ChallengeHandler) . |
ChallengeHandler |
A ChallengeHandler is responsible for producing responses to HTTP 401 authentication challenges.
|
ChallengeRequest |
An immutable object representing the challenge presented by the server when the client accessed
the URI represented by a location.
|
ChallengeResponse |
A challenge response contains a character array representing the response to the server,
and a reference to the next challenge handler to handle any further challenges for the request.
|
DispatchChallengeHandler |
A DispatchChallengeHandler is responsible for dispatching challenge requests
to appropriate challenge handlers when challenges
arrive from specific URI locations in challenge responses.
|
LoginHandler |
A login handler is responsible for obtaining credentials from an arbitrary
source.
|
Copyright © 2014. All Rights Reserved.