Package | Description |
---|---|
com.kaazing.net.auth | |
com.kaazing.net.ws |
Class and 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 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.
|
KerberosChallengeHandler
A KerberosChallengeHandler, when registered with the
DispatchChallengeHandler
can be used to directly respond to "Negotiate" challenges where Kerberos-generated authentication
credentials are required. |
LoginHandler
A login handler is responsible for obtaining credentials from an arbitrary
source.
|
NegotiableChallengeHandler
A NegotiableChallengeHandler can be used to directly respond to
"Negotiate" challenges, and in addition, can be used indirectly in conjunction
with a
NegotiateChallengeHandler
to assist in the construction of a challenge response using object identifiers. |
NegotiateChallengeHandler
A Negotiate Challenge Handler handles initial empty "Negotiate" challenges from the
server.
|
Class and Description |
---|
ChallengeHandler
A ChallengeHandler is responsible for producing responses to authentication challenges.
|
Copyright © 2014. All Rights Reserved.