Uses of Class
org.jboss.seam.security.external.saml.sp.SamlSpSessionImpl

Packages that use SamlSpSessionImpl
org.jboss.seam.security.external.saml.sp   
 

Uses of SamlSpSessionImpl in org.jboss.seam.security.external.saml.sp
 

Methods in org.jboss.seam.security.external.saml.sp that return types with arguments of type SamlSpSessionImpl
 Set<SamlSpSessionImpl> SamlSpSessions.getSessions()
           
 

Methods in org.jboss.seam.security.external.saml.sp with parameters of type SamlSpSessionImpl
 void SamlSpSessions.addSession(SamlSpSessionImpl session)
           
 void SamlSpSessions.removeSession(SamlSpSessionImpl session)
           
 void SamlSpSingleLogoutService.sendSingleLogoutRequestToIDP(SamlSpSessionImpl session, HttpServletResponse httpResponse)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.