Uses of Interface
edu.internet2.middleware.shibboleth.common.session.Session

Packages that use Session
edu.internet2.middleware.shibboleth.common.profile   
edu.internet2.middleware.shibboleth.common.profile.provider   
edu.internet2.middleware.shibboleth.common.session   
edu.internet2.middleware.shibboleth.common.session.impl   
 

Uses of Session in edu.internet2.middleware.shibboleth.common.profile
 

Methods in edu.internet2.middleware.shibboleth.common.profile that return Session
 Session ProfileRequestContext.getUserSession()
          Gets the current user session, if there is one.
 

Methods in edu.internet2.middleware.shibboleth.common.profile with parameters of type Session
 void ProfileRequestContext.setUserSession(Session session)
          Sets the current user session.
 

Uses of Session in edu.internet2.middleware.shibboleth.common.profile.provider
 

Classes in edu.internet2.middleware.shibboleth.common.profile.provider with type parameters of type Session
 class AbstractShibbolethProfileHandler<RPManagerType extends SAMLMDRelyingPartyConfigurationManager,SessionType extends Session>
          A processor for a communication profile supported by Shibboleth.
 

Methods in edu.internet2.middleware.shibboleth.common.profile.provider that return Session
 Session BaseSAMLProfileRequestContext.getUserSession()
          Gets the current user session, if there is one.
 

Methods in edu.internet2.middleware.shibboleth.common.profile.provider with parameters of type Session
 void BaseSAMLProfileRequestContext.setUserSession(Session session)
          Sets the current user session.
 

Uses of Session in edu.internet2.middleware.shibboleth.common.session
 

Classes in edu.internet2.middleware.shibboleth.common.session with type parameters of type Session
 interface SessionManager<SessionType extends Session>
          Session managers are responsible for creating, managing, and destroying Shibboleth sessions.
 

Methods in edu.internet2.middleware.shibboleth.common.session that return Session
 Session LogoutEvent.getUserSession()
          Gets the session for the user logging out.
 Session LoginEvent.getUserSession()
          Gets the session for the user logging in.
 

Constructors in edu.internet2.middleware.shibboleth.common.session with parameters of type Session
LoginEvent(Session session)
          Constructor.
LogoutEvent(Session session)
          Constructor.
 

Uses of Session in edu.internet2.middleware.shibboleth.common.session.impl
 

Classes in edu.internet2.middleware.shibboleth.common.session.impl that implement Session
 class AbstractSession
          Base class for Shibboleth sessions.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.