| |
|
| java.lang.Object org.josso.agent.AbstractSSOAgent org.josso.tc50.agent.CatalinaSSOAgent
All known Subclasses: org.josso.jb32.agent.JBossCatalinaSSOAgent,
CatalinaSSOAgent | public class CatalinaSSOAgent extends AbstractSSOAgent (Code) | | Catalina SSO Agent Implementation that authenticates using the configured Catalina Realm's
Gateway SSO Login module.
author: Gianluca Brigandi version: CVS $Id: CatalinaSSOAgent.java 508 2008-02-18 13:32:29Z sgonzalez $ |
CatalinaSSOAgent | public CatalinaSSOAgent()(Code) | | |
CatalinaSSOAgent | public CatalinaSSOAgent(Container container)(Code) | | |
authenticate | protected Principal authenticate(SSOAgentRequest request)(Code) | | Authenticates the Single Sign-on Session by calling the
configured Realm for the Catalina Context. The configured Realm
should be the JAAS one so that the GatewayLoginModule can act
and validate de given SSO Session Identifier in the Gateway.
Parameters: request - the authenticated principal. |
setCatalinaContainer | public void setCatalinaContainer(Container container)(Code) | | Sets the Catalina Context to be used by the authenticator.
Parameters: container - |
start | public void start()(Code) | | |
toString | public String toString()(Code) | | Return a String rendering of this object.
|
|
|
|