クラス SessionsEndpoint
java.lang.ObjectSE
org.springframework.boot.session.actuate.endpoint.SessionsEndpoint
コンストラクターの概要
コンストラクターコンストラクター説明SessionsEndpoint(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, @Nullable org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいSessionsEndpointインスタンスを作成します。メソッドのサマリー
修飾子と型メソッド説明voiddeleteSession(StringSE sessionId) @Nullable SessionsDescriptor.SessionDescriptorgetSession(StringSE sessionId) @Nullable SessionsDescriptorsessionsForUsername(StringSE username)
コンストラクターの詳細
SessionsEndpoint
public SessionsEndpoint(org.springframework.session.SessionRepository<? extends org.springframework.session.Session> sessionRepository, @Nullable org.springframework.session.FindByIndexNameSessionRepository<? extends org.springframework.session.Session> indexedSessionRepository) 新しいSessionsEndpointインスタンスを作成します。- パラメーター:
sessionRepository- セッションリポジトリindexedSessionRepository- インデックスされたセッションリポジトリ
メソッドの詳細
sessionsForUsername
getSession
@ReadOperation public @Nullable SessionsDescriptor.SessionDescriptor getSession(@Selector StringSE sessionId) deleteSession