Package org.apache.lucene.gdata.server.authentication

Classes and Exceptions used for client authentification.

See:
          Description

Interface Summary
AuthenticationController Implementations of the AuthenticationController interface contain all the logic for processing token based authentification.
GDataHttpAuthenticator The GData protocol is based on the widly know REST approach and therefor client authentication will mostly be provided via a REST interface.
 

Class Summary
BlowfishAuthenticationController A AuthenticationController implmentation using a Blowfish algorithmn to en/decrpyt the authentification token.
 

Exception Summary
AuthenticationException  
AuthenticatorException This exception will be thrown by AuthenticationController implementations if an error while de/encrypting the token occures.
 

Package org.apache.lucene.gdata.server.authentication Description

Classes and Exceptions used for client authentification.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.