Uses of Interface
org.apache.shindig.auth.AuthenticationHandler

Packages that use AuthenticationHandler
org.apache.shindig.auth   
 

Uses of AuthenticationHandler in org.apache.shindig.auth
 

Classes in org.apache.shindig.auth that implement AuthenticationHandler
 class AnonymousAuthenticationHandler
          Handled Anonymous Authentication, including returning an "anonymous" security token.
 class UrlParameterAuthenticationHandler
          Produces security tokens by extracting the "st" parameter from the request url or post body.
 

Method parameters in org.apache.shindig.auth with type arguments of type AuthenticationHandler
 void AuthenticationServletFilter.setAuthenticationHandlers(List<AuthenticationHandler> handlers)
           
 



Copyright © 2007-2012. All Rights Reserved.