Package | Description |
---|---|
com.kaazing.net.auth |
Modifier and Type | Method and Description |
---|---|
abstract LoginHandler |
NegotiableChallengeHandler.getLoginHandler()
Get the general login handler associated with this challenge handler.
|
abstract LoginHandler |
BasicChallengeHandler.getLoginHandler()
Get the general (non-realm-specific) login handler associated with this challenge handler.
|
Modifier and Type | Method and Description |
---|---|
abstract NegotiableChallengeHandler |
NegotiableChallengeHandler.setLoginHandler(LoginHandler loginHandler)
Provide a general login handler to be used in association with this challenge handler.
|
abstract BasicChallengeHandler |
BasicChallengeHandler.setLoginHandler(LoginHandler loginHandler)
Provide a general (non-realm-specific) login handler to be used in association with this challenge handler.
|
abstract void |
BasicChallengeHandler.setRealmLoginHandler(String realm,
LoginHandler loginHandler)
Set a Login Handler to be used if and only if a challenge request has
a realm parameter matching the provided realm.
|
Copyright © 2015. All Rights Reserved.