Uses of Interface
org.jboss.seam.security.external.saml.api.SamlSpSession

Packages that use SamlSpSession
org.jboss.seam.security.external   
org.jboss.seam.security.external.saml.api   
org.jboss.seam.security.external.saml.sp   
org.jboss.seam.security.external.spi   
 

Uses of SamlSpSession in org.jboss.seam.security.external
 

Methods in org.jboss.seam.security.external that return types with arguments of type SamlSpSession
 Set<SamlSpSession> SamlMultiUserServiceProviderApi.getSessions()
           
 

Methods in org.jboss.seam.security.external with parameters of type SamlSpSession
 void SamlMultiUserServiceProviderApi.globalLogout(SamlSpSession session, HttpServletResponse response)
           
 void SamlMultiUserServiceProviderApi.localLogout(SamlSpSession session)
           
 

Uses of SamlSpSession in org.jboss.seam.security.external.saml.api
 

Methods in org.jboss.seam.security.external.saml.api that return SamlSpSession
 SamlSpSession SamlServiceProviderApi.getSession()
          Gets the current session (login).
 

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

Classes in org.jboss.seam.security.external.saml.sp that implement SamlSpSession
 class SamlSpSessionImpl
           
 

Methods in org.jboss.seam.security.external.saml.sp that return SamlSpSession
 SamlSpSession SamlSpSingleUser.getSession()
           
 SamlSpSession SamlSpLogoutDialogue.getSession()
           
 SamlSpSession SamlSpSessions.getSession(SamlPrincipal samlPrincipal, String idpEntityId, String sessionIndex)
           
 

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

Methods in org.jboss.seam.security.external.saml.sp with parameters of type SamlSpSession
 void SamlSpBean.globalLogout(SamlSpSession session, HttpServletResponse response)
           
 void SamlSpBean.localLogout(SamlSpSession session)
           
 void SamlSpLogoutDialogue.setSession(SamlSpSession session)
           
 

Uses of SamlSpSession in org.jboss.seam.security.external.spi
 

Methods in org.jboss.seam.security.external.spi with parameters of type SamlSpSession
 void SamlServiceProviderSpi.loggedIn(SamlSpSession session, String url, ResponseHolder responseHolder)
          When the service provider receives an unsolicited login from an identity provider, this method is called.
 void SamlServiceProviderSpi.loggedOut(SamlSpSession session)
          When the service provider receives a logout request from an identity provider, this method is called.
 void SamlServiceProviderSpi.loginSucceeded(SamlSpSession session, ResponseHolder responseHolder)
          This method is called after successful external authentication of the user.
 



Copyright © 2011 Seam Framework. All Rights Reserved.