AuthenticationStrategy@Deprecated @Contract(threading=IMMUTABLE) public abstract class AbstractAuthenticationHandler extends Object implements AuthenticationHandler
AuthenticationHandler implementations.| Constructor and Description |
|---|
AbstractAuthenticationHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
selectScheme(Map<String,Header> challenges,
HttpResponse response,
HttpContext context)
Deprecated.
Selects one authentication challenge out of all available and
creates and generates
AuthScheme instance capable of
processing that challenge. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChallenges, isAuthenticationRequestedpublic AuthScheme selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context) throws AuthenticationException
AuthenticationHandlerAuthScheme instance capable of
processing that challenge.selectScheme in interface AuthenticationHandlerchallenges - collection of challenges.response - HTTP response.context - HTTP context.AuthenticationException - if an authentication scheme
could not be selected.Copyright © 2010 - 2020 Adobe. All Rights Reserved