|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AuthenticatedURL.Token
to be
used by subsequent requests.
AuthenticationToken
only
after the Kerberos SPNEGO sequence completed successfully.
AuthenticatedURL
class enables the use of the JDK URL
class
against HTTP endpoints protected with the AuthenticationFilter
.AuthenticatedURL
.
AuthenticatedURL
.
AuthenticationException
.
AuthenticationException
.
AuthenticationException
.
AuthenticationFilter
enabled 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 string and it is send and received in HTTP client
responses and requests as a HTTP cookie (this is done by the AuthenticationFilter
).AuthenticationHandler
.
Authenticator
class to use when an AuthenticatedURL
instance
is created without specifying an authenticator.
Authenticator
wil be used.
Principal
interface).
AuthenticationToken
for the request.
KerberosAuthenticationHandler
implements the Kerberos SPNEGO authentication mechanims for HTTP.KerberosAuthenticator
implements the Kerberos SPNEGO authentication sequence.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
Simple authentication, it trust the value of the 'user.name' Java System property.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 |