A DispatchChallengeHandler is responsible for dispatching challenge requests
to appropriate challenge handlers when challenges
arrive from specific URI locations in the authentication responses.
Namespace:
Kaazing.SecurityThis allows clients to use specific challenge handlers to handle specific types of challenges at different URI locations.
Assembly: Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public MustInherit Class DispatchChallengeHandler _ Inherits ChallengeHandler |
C# |
---|
public abstract class DispatchChallengeHandler : ChallengeHandler |
Visual C++ |
---|
public ref class DispatchChallengeHandler abstract : public ChallengeHandler |
Inheritance Hierarchy
System..::..Object
Kaazing.Security..::..ChallengeHandler
Kaazing.Security..::..DispatchChallengeHandler
Kaazing.Security..::..ChallengeHandler
Kaazing.Security..::..DispatchChallengeHandler