|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationToken | |
---|---|
org.apache.hadoop.security.authentication.server |
Uses of AuthenticationToken in org.apache.hadoop.security.authentication.server |
---|
Fields in org.apache.hadoop.security.authentication.server declared as AuthenticationToken | |
---|---|
static AuthenticationToken |
AuthenticationToken.ANONYMOUS
Constant that identifies an anonymous request. |
Methods in org.apache.hadoop.security.authentication.server that return AuthenticationToken | |
---|---|
AuthenticationToken |
AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs an authentication step for the given HTTP client request. |
AuthenticationToken |
PseudoAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticates an HTTP client request. |
AuthenticationToken |
KerberosAuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
It enforces the the Kerberos SPNEGO authentication sequence returning an AuthenticationToken only
after the Kerberos SPNEGO sequence has completed successfully. |
protected AuthenticationToken |
AuthenticationFilter.getToken(javax.servlet.http.HttpServletRequest request)
Returns the AuthenticationToken for the request. |
static AuthenticationToken |
AuthenticationToken.parse(String tokenStr)
Parses a string into an authentication token. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |