Element Summary

ElementDescriptionClass
agentThis 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
agent-nativeThis agent will authenticate users directly against the gateway.org.josso.servlet.agent.GenericServletNativeSSOAgent

Element Detail

Element: agent

AttributeTypeDescription
debugxs:integer
disableJaasxs:boolean
gatewayLoginErrorUrlxs:string
gatewayLoginUrlxs:string
gatewayLogoutUrlxs:string
isStateOnClientxs:boolean
jossoAuthenticationUrixs:string
jossoLoginUrixs:string
jossoLogoutUrixs:string
jossoSecurityCheckUrixs:string
jossoUserLoginUrixs:string
sessionAccessMinIntervalxs:long
singlePointOfAccessxs:string
stateOnClientxs:boolean
ElementTypeDescription
automaticLoginStrategies(<spring:bean/>)*
configuration<spring:bean/>
gatewayServiceLocator<spring:bean/>
gatewayServiceLocators<spring:bean/>
parametersBuilders(<spring:bean/>)*

Element: agent-native

AttributeTypeDescription
debugxs:integer
gatewayLoginErrorUrlxs:string
gatewayLoginUrlxs:string
gatewayLogoutUrlxs:string
isStateOnClientxs:boolean
jossoAuthenticationUrixs:string
jossoLoginUrixs:string
jossoLogoutUrixs:string
jossoSecurityCheckUrixs:string
jossoUserLoginUrixs:string
sessionAccessMinIntervalxs:long
singlePointOfAccessxs:string
stateOnClientxs:boolean
ElementTypeDescription
automaticLoginStrategies(<spring:bean/>)*
configuration<spring:bean/>
gatewayServiceLocator<spring:bean/>
gatewayServiceLocators<spring:bean/>
parametersBuilders(<spring:bean/>)*