| |
|
| java.lang.Object org.josso.agent.AbstractSSOAgent org.josso.servlet.agent.GenericServletSSOAgent
GenericServletSSOAgent | public class GenericServletSSOAgent extends AbstractSSOAgent (Code) | | This agent will authenticate users against JAAS Infrastructure directly. It will look up for the "josso" login context.
You have to configure a JAAS context under the name "josso", delcaring the SSOGatewayLoginModule, for example :
josso {
org.josso.servlet.agent.jaas.SSOGatewayLoginModule required debug=true;
};
Date: Nov 27, 2007
Time: 11:47:26 AM
author: Sebastian Gonzalez Oyuela |
authenticate | protected Principal authenticate(SSOAgentRequest request)(Code) | | Resolves an authentication request using JAAS infrastructure.
Parameters: request - containing the SSO Session id. null if no principal can be authenticated using the received SSO Session Id |
processRequest | public SingleSignOnEntry processRequest(SSOAgentRequest request)(Code) | | This extension will delegate processing to super class and publish JOSSO Security Context
instance in the LocalSession associated to the request.
|
|
|
|