Element | Description | Class |
---|---|---|
agent | JBoss Agent implementation.
On each processRequest() call it does two things :
1. Replaces the partner web application context's realm with our JBossCatalinaRealm. 2. Associates the Active Subject information to the current thread so that partner web applications can have an authenticated http request. The JBossCatalinaSSOAgent must be used only in JBoss by configuring the agent configuration file in the following way : <agent> <class>org.josso.agent.JBossCatalinaSSOAgent</class> ... </agent> | org.josso.jb42.agent.JBossCatalinaSSOAgent |
Attribute | Type | Description |
---|---|---|
debug | xs:integer | |
gatewayLoginErrorUrl | xs:string | |
gatewayLoginUrl | xs:string | |
gatewayLogoutUrl | xs:string | |
isStateOnClient | xs:boolean | |
jossoAuthenticationUri | xs:string | |
jossoLoginUri | xs:string | |
jossoLogoutUri | xs:string | |
jossoSecurityCheckUri | xs:string | |
jossoUserLoginUri | xs:string | |
sessionAccessMinInterval | xs:long | |
singlePointOfAccess | xs:string | |
stateOnClient | xs:boolean | |
uriEncoding | xs:string |
Element | Type | Description |
---|---|---|
automaticLoginStrategies | (<spring:bean/>)* | |
catalinaContainer | <spring:bean/> | |
configuration | <spring:bean/> | |
gatewayServiceLocator | <spring:bean/> | |
gatewayServiceLocators | <spring:bean/> | |
parametersBuilders | (<spring:bean/>)* |