com.bradmcevoy.http
Interface SessionAuthenticationHandler


public interface SessionAuthenticationHandler

Author:
brad A handler used to implement session based authentication. An implementation will usually integrate with a forms based login and the HttpSession object

Method Summary
 Auth getSessionAuthentication(Request request)
           
 

Method Detail

getSessionAuthentication

Auth getSessionAuthentication(Request request)


Copyright © 2011. All Rights Reserved.