| Element | Description | Class |
|---|---|---|
| agent | 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 | org.josso.servlet.agent.GenericServletSSOAgent |
| Attribute | Type | Description |
|---|---|---|
| debug | xs:integer | |
| gatewayLoginErrorUrl | xs:string | |
| gatewayLoginUrl | xs:string | |
| gatewayLogoutUrl | xs:string | |
| sessionAccessMinInterval | xs:long | |
| singlePointOfAccess | xs:string |
| Element | Type | Description |
|---|---|---|
| configuration | <spring:bean/> | |
| gatewayServiceLocator | <spring:bean/> | |
| parametersBuilders | (<spring:bean/>)* |