| 修飾子と型 | クラスと説明 |
|---|---|
static class | SessionsEndpoint.SessionDescriptor ユーザーの session の説明。 |
static class | SessionsEndpoint.SessionsReport ユーザーの sessions のレポート。 |
| コンストラクターと説明 |
|---|
SessionsEndpoint(org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> sessionRepository) 新しい SessionsEndpoint インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | deleteSession(StringSE sessionId) |
SessionsEndpoint.SessionDescriptor | getSession(StringSE sessionId) |
SessionsEndpoint.SessionsReport | sessionsForUsername(StringSE username) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SessionsEndpoint(org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> sessionRepository)
SessionsEndpoint インスタンスを作成します。sessionRepository - セッションリポジトリ @ReadOperation public SessionsEndpoint.SessionsReport sessionsForUsername(StringSE username)
@ReadOperation public SessionsEndpoint.SessionDescriptor getSession(@Selector StringSE sessionId)
@DeleteOperation public void deleteSession(@Selector StringSE sessionId)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.