| net.jforum.sso.SSO
All known Subclasses: net.jforum.sso.RemoteUserSSO,
SSO | public interface SSO (Code) | | author: Rafael Steil author: Daniel Campagnoli version: $Id: SSO.java,v 1.8 2006/08/23 02:13:53 rafaelsteil Exp $ |
authenticateUser | public String authenticateUser(RequestContext request)(Code) | | Authenticates an user.
This method should check if the incoming user is authorized
to access the forum.
Parameters: request - The request object The username, if authentication succeded, or nulll otherwise. |
isSessionValid | public boolean isSessionValid(UserSession userSession, RequestContext request)(Code) | | Check to see if the user for the current
UserSession is the same user by
single sign on mechanisim.
Parameters: userSession - the current user session Parameters: request - the current request if the UserSession is valid |
|
|