Package org.jboss.security.valve

Class Summary
PlainSSOAutoLogin The SSOAutoLogin Tomcat Form Authenticator intercepts requests and checks the presence of an SSOToken domain cookie.
PlainSSOAutoLogout The SSOAutoLogout monitors an SSO session and performs automatic logout when user supposedly logs out of a federated site This helps with federated logout across all the possibly federated sessions

This valve is to be used for non-JAAS based authentication mechanisms
PlainSSOTokenManager The SSOTokenManager Tomcat Valve intercepts requests and checks the presence of an SSOToken domain cookie If the user is logged in (Principal is set) and an SSOToken domain cookie does not exist, it creates one for this user for the duration of this session.
SSOAutoLogin The SSOAutoLogin Tomcat Form Authenticator intercepts requests and checks the presence of an SSOToken domain cookie.
SSOAutoLogout The SSOAutoLogout monitors an SSO session and performs automatic logout when user supposedly logs out of a federated site This helps with federated logout across all the possibly federated sessions

This valve is to be used for JAAS based authentication mechanism
SSOFederationRouter Created on : Feb 5, 2007
SSOSession  
SSOTokenManager The SSOTokenManager Tomcat Valve intercepts requests and checks the presence of an SSOToken domain cookie If the user is logged in (Principal is set) and an SSOToken domain cookie does not exist, it creates one for this user for the duration of this session.