Uses of Package
org.apache.hadoop.security.authentication.server

Packages that use org.apache.hadoop.security.authentication.server
org.apache.hadoop.security.authentication.server   
 

Classes in org.apache.hadoop.security.authentication.server used by org.apache.hadoop.security.authentication.server
AuthenticationHandler
          Interface for server authentication mechanisms.
AuthenticationToken
          The AuthenticationToken contains information about an authenticated HTTP client and doubles as the Principal to be returned by authenticated HttpServletRequests

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).

 



Copyright © 2009 The Apache Software Foundation