程序包 | 说明 |
---|---|
org.apache.hadoop.security.authentication.server |
限定符和类型 | 字段和说明 |
---|---|
static AuthenticationToken |
AuthenticationToken.ANONYMOUS
Constant that identifies an anonymous 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. |
AuthenticationToken |
AuthenticationHandler.authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs an authentication step for the given HTTP client request.
|
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.
|
Copyright © 2009 The Apache Software Foundation