public interface ModularAuthenticator
AuthenticatorModule
s, that is, the service provided
by the list (AuthenticatorList
) to its items (AuthenticatorModuleImpl
).Modifier and Type | Method and Description |
---|---|
String |
requestingHost()
Returns the host name of the site or proxy requesting authentication,
or
null if not available. |
int |
requestingPort()
Returns the port number for the requested connection.
|
String |
requestingPrompt()
Returns the prompt string given by the requestor (also called the
realm).
|
String |
requestingProtocol()
Returns the protocol that is requesting the connection (example:
"HTTP").
|
String |
requestingScheme()
Returns the scheme of the requestor (example: "DIGEST").
|
InetAddress |
requestingSite()
Returns the
InetAddress of the site requesting
authorization, or null if not available. |
String requestingHost()
null
if not available.InetAddress requestingSite()
InetAddress
of the site requesting
authorization, or null
if not available.int requestingPort()
String requestingProtocol()
String requestingPrompt()
String requestingScheme()