Package | Description |
---|---|
com.kaazing.net.auth |
Modifier and Type | Class and Description |
---|---|
class |
KerberosChallengeHandler
A KerberosChallengeHandler, when registered with the
DispatchChallengeHandler
can be used to directly respond to "Negotiate" challenges where Kerberos-generated authentication
credentials are required. |
Modifier and Type | Method and Description |
---|---|
static NegotiableChallengeHandler |
NegotiableChallengeHandler.create()
Creates a new instance of
NegotiableChallengeHandler using the
ServiceLoader API with the implementation specified under
META-INF/services. |
static NegotiableChallengeHandler |
NegotiableChallengeHandler.create(ClassLoader classLoader)
Creates a new instance of
NegotiableChallengeHandler with the
specified ClassLoader using the ServiceLoader API with
the implementation specified under META-INF/services. |
abstract NegotiableChallengeHandler |
NegotiableChallengeHandler.setLoginHandler(LoginHandler loginHandler)
Provide a general login handler to be used in association with this challenge handler.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.