Package | Description |
---|---|
com.kaazing.net.auth |
Modifier and Type | Method and Description |
---|---|
static DispatchChallengeHandler |
DispatchChallengeHandler.create()
Creates a new instance of
DispatchChallengeHandler using the
ServiceLoader API with the implementation specified under
META-INF/services. |
static DispatchChallengeHandler |
DispatchChallengeHandler.create(ClassLoader classLoader)
Creates a new instance of
DispatchChallengeHandler with the
specified ClassLoader using the ServiceLoader API with
the implementation specified under META-INF/services. |
abstract DispatchChallengeHandler |
DispatchChallengeHandler.register(String locationDescription,
ChallengeHandler challengeHandler)
Register a challenge handler to respond to challenges at one or more locations.
|
abstract DispatchChallengeHandler |
DispatchChallengeHandler.unregister(String locationDescription,
ChallengeHandler challengeHandler)
If the provided challengeHandler is registered at the provided location, clear that
association such that any future challenge requests matching the location will never
be handled by the provided challenge handler.
|
Copyright © 2014. All Rights Reserved.