public class CookieIvoaAuthScheme extends IvoaAuthScheme
This implements the "ivoa_cookie" scheme.
IvoaAuthScheme.AuthReader<T>
Modifier and Type | Field and Description |
---|---|
static CookieIvoaAuthScheme |
INSTANCE
Singleton instance.
|
static java.lang.String |
SCHEME_NAME
Name and identifier for this scheme ("ivoa_cookie").
|
ACCESSURL_PARAM, STANDARDID_PARAM
Modifier and Type | Method and Description |
---|---|
ContextFactory |
createContextFactory(LoginProtocol loginProto,
java.net.URL loginUrl,
java.net.URL challengeUrl)
Creates a ContextFactory for this scheme with a given
login protocol instance.
|
createContextFactory, getName, getSuccessResponse, readAuth
public static final CookieIvoaAuthScheme INSTANCE
public static final java.lang.String SCHEME_NAME
public ContextFactory createContextFactory(LoginProtocol loginProto, java.net.URL loginUrl, java.net.URL challengeUrl)
IvoaAuthScheme
createContextFactory
in class IvoaAuthScheme
loginProto
- login protocolloginUrl
- login URLchallengeUrl
- URL from which the challenge was received