|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AltKerberosAuthenticationHandler
behaves exactly the same way as
the KerberosAuthenticationHandler
, except that it allows for an
alternative form of authentication for browsers while still using Kerberos
for Java access.AuthenticatedURL.Token
to be
used by subsequent requests.
AuthenticationToken
only after the Kerberos SPNEGO sequence has
completed successfully (in the case of Java access) and only after the
custom authentication implemented by the subclass in alternateAuthenticate
has completed successfully (in the case of browser access).
AuthenticationToken
only
after the Kerberos SPNEGO sequence has completed successfully.
AuthenticatedURL
class enables the use of the JDK URL
class
against HTTP endpoints protected with the AuthenticationFilter
.AuthenticatedURL
.
AuthenticatedURL
.
AuthenticatedURL
.
AuthenticationException
.
AuthenticationException
.
AuthenticationException
.
AuthenticationFilter
enables protecting web application resources with different (pluggable)
authentication mechanisms.AuthenticationToken
contains information about an authenticated
HTTP client and doubles as the Principal
to be returned by
authenticated HttpServletRequest
s
The token can be serialized/deserialized to and from a string as it is sent
and received in HTTP client responses and requests as a HTTP cookie (this is
done by the AuthenticationFilter
).HttpURLConnection
instance.
HttpURLConnection
created by
AuthenticatedURL
instances.AuthenticationHandler
.
Authenticator
class to use when an AuthenticatedURL
instance
is created without specifying an authenticator.
Authenticator
will be used.
Principal
interface).
AuthenticationToken
for the request.
KerberosAuthenticationHandler
implements the Kerberos SPNEGO authentication mechanism for HTTP.KerberosAuthenticator
implements the Kerberos SPNEGO authentication sequence.TRUE
.
TRUE
.
HttpURLConnection
.
PseudoAuthenticationHandler
provides a pseudo authentication mechanism that accepts
the user name specified as a query string parameter.PseudoAuthenticator
implementation provides an authentication equivalent to Hadoop's
Simple authentication, it trusts the value of the 'user.name' Java System property.ConnectionConfigurator
instance to use for
configuring connections.
ConnectionConfigurator
instance to use for
configuring connections.
ConnectionConfigurator
instance to use for
configuring connections.
Authenticator
class to use when an AuthenticatedURL
instance
is created without specifying an authenticator.
Signer
when a string signature is invalid.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |