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

Packages that use SamlIdpSession
org.jboss.seam.security.external   
org.jboss.seam.security.external.saml   
org.jboss.seam.security.external.saml.api   
org.jboss.seam.security.external.saml.idp   
org.jboss.seam.security.external.spi   
 

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

Methods in org.jboss.seam.security.external that return SamlIdpSession
 SamlIdpSession SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 

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

Methods in org.jboss.seam.security.external with parameters of type SamlIdpSession
 void SamlMultiUserIdentityProviderApi.authenticationSucceeded(SamlIdpSession session, HttpServletResponse response)
           
 void SamlMultiUserIdentityProviderApi.globalLogout(SamlIdpSession session, HttpServletResponse response)
           
 void SamlMultiUserIdentityProviderApi.localLogout(SamlIdpSession session)
           
 void SamlMultiUserIdentityProviderApi.remoteLogin(String spEntityId, SamlIdpSession session, String remoteUrl, HttpServletResponse response)
           
 

Uses of SamlIdpSession in org.jboss.seam.security.external.saml
 

Methods in org.jboss.seam.security.external.saml with parameters of type SamlIdpSession
 ResponseType SamlMessageFactory.createResponse(SamlIdpSession session, SamlEndpoint externalSamlEndpoint)
           
 

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

Methods in org.jboss.seam.security.external.saml.api that return SamlIdpSession
 SamlIdpSession SamlIdentityProviderApi.getSession()
          Gets the current SAML session.
 

Uses of SamlIdpSession in org.jboss.seam.security.external.saml.idp
 

Classes in org.jboss.seam.security.external.saml.idp that implement SamlIdpSession
 class SamlIdpSessionImpl
           
 

Methods in org.jboss.seam.security.external.saml.idp that return SamlIdpSession
 SamlIdpSession SamlIdpSessions.addSession(SamlPrincipal principal)
           
 SamlIdpSession SamlIdpSingleUser.getSession()
           
 SamlIdpSession SamlIdpOutgoingLogoutDialogue.getSession()
           
 SamlIdpSession SamlIdpSessions.getSession(SamlPrincipal principal, String sessionIndex)
           
 SamlIdpSession SamlIdpBean.localLogin(SamlNameId nameId, List<AttributeType> attributes)
           
 

Methods in org.jboss.seam.security.external.saml.idp that return types with arguments of type SamlIdpSession
 Set<SamlIdpSession> SamlIdpBean.getSessions()
           
 

Methods in org.jboss.seam.security.external.saml.idp with parameters of type SamlIdpSession
 void SamlIdpBean.authenticationSucceeded(SamlIdpSession session, HttpServletResponse response)
           
 void SamlIdpBean.globalLogout(SamlIdpSession session, HttpServletResponse response)
           
 void SamlIdpSingleSignOnService.handleSucceededAuthentication(SamlIdpSession session, HttpServletResponse response)
           
 void SamlIdpBean.localLogout(SamlIdpSession session)
           
 void SamlIdpSingleSignOnService.remoteLogin(String spEntityId, SamlIdpSession session, String remoteUrl, HttpServletResponse response)
           
 void SamlIdpBean.remoteLogin(String spEntityId, SamlIdpSession session, String remoteUrl, HttpServletResponse response)
           
 void SamlIdpSingleLogoutService.sendSingleLogoutRequestToSP(SamlIdpSession session, SamlExternalServiceProvider sp, HttpServletResponse response)
           
 void SamlIdpOutgoingLogoutDialogue.setSession(SamlIdpSession session)
           
 

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

Methods in org.jboss.seam.security.external.spi with parameters of type SamlIdpSession
 void SamlIdentityProviderSpi.loggedOut(SamlIdpSession session)
          When the service provider receives a logout request from a service provider, this method is called.
 



Copyright © 2011 Seam Framework. All Rights Reserved.