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

Packages that use Session
edu.internet2.middleware.shibboleth.idp.authn   
edu.internet2.middleware.shibboleth.idp.profile   
edu.internet2.middleware.shibboleth.idp.session   
edu.internet2.middleware.shibboleth.idp.session.impl   
 

Uses of Session in edu.internet2.middleware.shibboleth.idp.authn
 

Methods in edu.internet2.middleware.shibboleth.idp.authn with parameters of type Session
protected  void AuthenticationEngine.addSessionCookie(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, Session userSession)
          Adds an IdP session cookie to the outbound response.
protected  void AuthenticationEngine.filterByForceAuthentication(Session idpSession, LoginContext loginContext, Map<String,LoginHandler> loginHandlers)
          Filters out any login handler based on the requirement for forced authentication.
protected  void AuthenticationEngine.filterByPassiveAuthentication(Session idpSession, LoginContext loginContext, Map<String,LoginHandler> loginHandlers)
          Filters out any login handler that doesn't support passive authentication if the login context indicates passive authentication is required.
protected  void AuthenticationEngine.validateForcedReauthentication(Session idpSession, String authnMethod, Subject subject)
          If forced authentication was required this method checks to ensure that the re-authenticated subject contains a principal name that is equal to the principal name associated with the authentication method.
 

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

Methods in edu.internet2.middleware.shibboleth.idp.profile that return Session
protected  Session AbstractSAMLProfileHandler.getUserSession(org.opensaml.ws.transport.InTransport inTransport)
          Gets the user's session, if there is one.
protected  Session AbstractSAMLProfileHandler.getUserSession(String principalName)
          Gets the user's session based on their principal name.
 

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

Methods in edu.internet2.middleware.shibboleth.idp.session that return Session
protected  Session IdPSessionFilter.validateCookie(javax.servlet.http.Cookie sessionCookie, javax.servlet.http.HttpServletRequest httpRequest)
          Validates the given session cookie against the associated session.
 

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

Methods in edu.internet2.middleware.shibboleth.idp.session.impl that return Session
 Session SessionManagerImpl.createSession()
          
 Session SessionManagerImpl.createSession(String principal)
          
 Session SessionManagerEntry.getSession()
          Gets the user session.
 Session SessionManagerImpl.getSession(String sessionID)
          
 

Methods in edu.internet2.middleware.shibboleth.idp.session.impl with parameters of type Session
 boolean SessionManagerImpl.indexSession(Session session, String index)
          
 

Constructors in edu.internet2.middleware.shibboleth.idp.session.impl with parameters of type Session
SessionManagerEntry(Session session, long lifetime)
          Constructor.
 



Copyright © 2006-2008 Internet2. All Rights Reserved.