修飾子とタイプ | メソッドと説明 |
---|---|
Session |
ProfileRequestContext.getUserSession()
Gets the current user session, if there is one.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ProfileRequestContext.setUserSession(Session session)
Sets the current user session.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractShibbolethProfileHandler<RPManagerType extends SAMLMDRelyingPartyConfigurationManager,SessionType extends Session>
A processor for a communication profile supported by Shibboleth.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
BaseSAMLProfileRequestContext.getUserSession()
Gets the current user session, if there is one.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
BaseSAMLProfileRequestContext.setUserSession(Session session)
Sets the current user session.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SessionManager<SessionType extends Session>
Session managers are responsible for creating, managing, and destroying Shibboleth sessions.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
LoginEvent.getUserSession()
Gets the session for the user logging in.
|
Session |
LogoutEvent.getUserSession()
Gets the session for the user logging out.
|
コンストラクタと説明 |
---|
LoginEvent(Session session)
Constructor.
|
LogoutEvent(Session session)
Constructor.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractSession
Base class for Shibboleth sessions.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
Session
Session information for user logged into the IdP.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SessionImpl
Session information for user logged into the IdP.
|
Copyright © 2012. All Rights Reserved.