Package | Description |
---|---|
com.kaazing.net.auth |
Modifier and Type | Method and Description |
---|---|
static NegotiateChallengeHandler |
NegotiateChallengeHandler.create()
Creates a new instance of
NegotiateChallengeHandler using the
ServiceLoader API with the implementation specified under
META-INF/services. |
static NegotiateChallengeHandler |
NegotiateChallengeHandler.create(ClassLoader classLoader)
Creates a new instance of
NegotiateChallengeHandler with the
specified ClassLoader using the ServiceLoader API with
the implementation specified under META-INF/services. |
abstract NegotiateChallengeHandler |
NegotiateChallengeHandler.register(NegotiableChallengeHandler handler)
Register a candidate negotiable challenge handler that will be used to respond
to an initial "Negotiate" server challenge and can then potentially be
a winning candidate in the race to handle the subsequent server challenge.
|
Copyright © 2015. All Rights Reserved.