jACOB 2.7 API Documentation.

de.tif.jacob.security
Interface HttpAuthentificator


public interface HttpAuthentificator

Interface to implement/bind to a 3rd party user management. You can read the client cookies and redirect them to an other AppServer for authentificate the user.


Method Summary
 IUser get(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

get

IUser get(javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)
          throws java.security.GeneralSecurityException
Throws:
java.security.GeneralSecurityException

jACOB 2.7 API Documentation.