Package | Description |
---|---|
com.kaazing.net.auth |
Modifier and Type | Method and Description |
---|---|
static BasicChallengeHandler |
BasicChallengeHandler.create()
Creates a new instance of
BasicChallengeHandler using the
ServiceLoader API with the implementation specified under
META-INF/services. |
static BasicChallengeHandler |
BasicChallengeHandler.create(ClassLoader classLoader)
Creates a new instance of
BasicChallengeHandler with the
specified ClassLoader using the ServiceLoader API with
the implementation specified under META-INF/services. |
abstract BasicChallengeHandler |
BasicChallengeHandler.setLoginHandler(LoginHandler loginHandler)
Provide a general (non-realm-specific) login handler to be used in association with this challenge handler.
|
Copyright © 2015. All Rights Reserved.