Uses of Class
org.sourceid.saml20.service.Session

Packages that use Session
org.sourceid.saml20.service The PingFederate service interfaces with ancillary classes and exceptions. 
org.sourceid.saml20.service.impl.localmemory In-memory implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a stand-alone mode. 
org.sourceid.saml20.service.impl.multicast Multicast implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a clustered mode. 
org.sourceid.saml20.service.impl.proxy 'Smart' proxy implementations of some of the service interfaces - these implementations are suitable for use with the PingFederate server running in a clustered or stand-alone mode. 
 

Uses of Session in org.sourceid.saml20.service
 

Methods in org.sourceid.saml20.service that return Session
 Session SpSessionRegistry.lookupSessionReceived(SpHashableAuthnBean authnBean)
          Retrieve the session that was registered with the given SpHashableAuthnBean.
 Session IdpSessionRegistry.unregisterSession(java.lang.String assertionId)
          Unregister and return a session by assertion id.
 Session SpSessionRegistry.unregisterSessionReceived(SpHashableAuthnBean authnBean)
          Same as lookupSessionReceived but the session is also removed from the registry (usually because of logout).
 

Methods in org.sourceid.saml20.service that return types with arguments of type Session
 java.util.List<Session> IdpSessionRegistry.getIssuedSessions(IdpHashableAuthnBean authnBean)
          Gets all the sessions that have been issued to SP partners that are currently registered against the given HashableAuthnBean.
 java.util.List<Session> SpSessionRegistry.lookupSessions(java.lang.String partnerIdpEntityId, org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
          Retrieve a list of sessions that have the given parameters.
 

Methods in org.sourceid.saml20.service with parameters of type Session
 SpHashableAuthnBean SpSessionRegistry.lookupAuthnBean(Session session)
          Retrieve the SpHashableAuthnBean that was registered with the given session.
 void IdpSessionRegistry.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           Registers that a remote session was issued against a local application session represented by the HashableAuthnBean.
 void SpSessionRegistry.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
          Register a session received from an IdP with the SpHashableAuthnBean that represents the application session created by the adapter.
 

Uses of Session in org.sourceid.saml20.service.impl.localmemory
 

Fields in org.sourceid.saml20.service.impl.localmemory with type parameters of type Session
protected  java.util.Map<IdpHashableAuthnBean,java.util.List<Session>> IdpSessionRegistryMapImpl.beanToSessionListMap
           
 

Methods in org.sourceid.saml20.service.impl.localmemory that return Session
 Session IdpSessionRegistryMapImpl.getSession(java.lang.String assertionId)
           
 Session SpSessionRegistryMapImpl.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 Session IdpSessionRegistryMapImpl.unregisterSession(java.lang.String assertionId)
           
 Session SpSessionRegistryMapImpl.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory that return types with arguments of type Session
 java.util.List<Session> IdpSessionRegistryMapImpl.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 java.util.List<Session> SpSessionRegistryMapImpl.lookupSessions(java.lang.String partnerEntityId, org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
           
 

Methods in org.sourceid.saml20.service.impl.localmemory with parameters of type Session
 SpHashableAuthnBean SpSessionRegistryMapImpl.lookupAuthnBean(Session assertion)
           
 void IdpSessionRegistryMapImpl.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void SpSessionRegistryMapImpl.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 

Uses of Session in org.sourceid.saml20.service.impl.multicast
 

Methods in org.sourceid.saml20.service.impl.multicast that return Session
 Session SpSessionRegistryMulticastImpl.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 Session IdpSessionRegistryMulticastImpl.unregisterSession(java.lang.String assertionId)
           
 Session SpSessionRegistryMulticastImpl.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 

Methods in org.sourceid.saml20.service.impl.multicast that return types with arguments of type Session
 java.util.List<Session> IdpSessionRegistryMulticastImpl.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 java.util.List<Session> SpSessionRegistryMulticastImpl.lookupSessions(java.lang.String partnerEntityId, org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
           
 

Methods in org.sourceid.saml20.service.impl.multicast with parameters of type Session
 SpHashableAuthnBean SpSessionRegistryMulticastImpl.lookupAuthnBean(Session s)
           
 void IdpSessionRegistryMulticastImpl.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void SpSessionRegistryMulticastImpl.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 

Uses of Session in org.sourceid.saml20.service.impl.proxy
 

Methods in org.sourceid.saml20.service.impl.proxy that return Session
 Session SpSessionRegistryProxy.lookupSessionReceived(SpHashableAuthnBean authnBean)
           
 Session IdpSessionRegistryProxy.unregisterSession(java.lang.String assertionId)
           
 Session SpSessionRegistryProxy.unregisterSessionReceived(SpHashableAuthnBean authnBean)
           
 

Methods in org.sourceid.saml20.service.impl.proxy that return types with arguments of type Session
 java.util.List<Session> IdpSessionRegistryProxy.getIssuedSessions(IdpHashableAuthnBean authnBean)
           
 java.util.List<Session> SpSessionRegistryProxy.lookupSessions(java.lang.String partnerEntityId, org.sourceid.saml20.xmlbinding.assertion.NameIDType nameIDType)
           
 

Methods in org.sourceid.saml20.service.impl.proxy with parameters of type Session
 SpHashableAuthnBean SpSessionRegistryProxy.lookupAuthnBean(Session s)
           
 void IdpSessionRegistryProxy.registerSessionIssued(IdpHashableAuthnBean authnBean, Session session)
           
 void SpSessionRegistryProxy.registerSessionReceived(SpHashableAuthnBean authnBean, Session session)
           
 



Copyright 2007 Ping Identity Corp. All rights reserved.