org.josso.jb4.agent |
|
Java Source File Name | Type | Comment |
JBossCatalinaRealm.java | Class | JBoss Realm proxy that does mainly the following two things :
1. |
JBossCatalinaSSOAgent.java | Class | JBoss Agent implementation.
On each processRequest() call it does two things :
1. |
JBossSecurityAssociationActions.java | Class | A PrivilegedAction implementation for setting the SecurityAssociation
principal and credential for JBoss. |
JBossSSOGatewayLoginModule.java | Class | SSOGatewayLogin Module for JBoss.
It specialized the SSOGatewayLoginModule by associating an additional
group called ("Roles") which contains user roles.
The original SSOGatewayLoginModule associates the user and its roles directly
as Subject's Principals. |
SessionMappingCachePolicy.java | Class | Security Manager JBoss Cache Policy proxy. |