README.txt 545 B

123456789101112131415
  1. Hadoop Auth, Java HTTP SPNEGO
  2. Hadoop Auth is a Java library consisting of a client and a server
  3. components to enable Kerberos SPNEGO authentication for HTTP.
  4. The client component is the AuthenticatedURL class.
  5. The server component is the AuthenticationFilter servlet filter class.
  6. Authentication mechanisms support is pluggable in both the client and
  7. the server components via interfaces.
  8. In addition to Kerberos SPNEGO, Hadoop Auth also supports Pseudo/Simple
  9. authentication (trusting the value of the query string parameter
  10. 'user.name').