Known Direct Subclasses
|
Public Constructors
public
AbstractAuthenticationHandler
()
Public Methods
Selects one authentication challenge out of all available and
creates and generates AuthScheme
instance capable of
processing that challenge.
Parameters
challenges
| collection of challenges. |
response
| HTTP response. |
context
| HTTP context. |
Returns
- authentication scheme to use for authentication.
Protected Methods
protected
List<String>
getAuthPreferences
()
Returns default list of auth scheme names in their order of preference.
Returns
- list of auth scheme names
Returns default list of auth scheme names in their order of preference
based on the HTTP response and the current execution context.
Parameters
response
| HTTP response. |
context
| HTTP execution context. |