|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in edu.internet2.middleware.shibboleth.common.profile.provider declared as Session | |
---|---|
private Session |
BaseSAMLProfileRequestContext.userSession
Current user's session. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |