mitreid-connect
公開メンバ関数 | 全メンバ一覧
org.mitre.openid.connect.service.StatsService インタフェース
org.mitre.openid.connect.service.StatsService の継承関係図
Inheritance graph
org.mitre.openid.connect.service.StatsService 連携図
Collaboration graph

公開メンバ関数

Map< String, Integer > getSummaryStats ()
 
ClientStat getCountForClientId (String clientId)
 
void resetCache ()
 

詳解

著者
jricher

関数詳解

◆ getCountForClientId()

ClientStat org.mitre.openid.connect.service.StatsService.getCountForClientId ( String  clientId)

Calculate the usage count for a single client

引数
clientIdthe id of the client to search on
戻り値

org.mitre.openid.connect.service.impl.DefaultStatsServiceで実装されています。

◆ getSummaryStats()

Map<String, Integer> org.mitre.openid.connect.service.StatsService.getSummaryStats ( )

Calculate summary statistics approvalCount: total approved sites userCount: unique users clientCount: unique clients

戻り値

org.mitre.openid.connect.service.impl.DefaultStatsServiceで実装されています。

◆ resetCache()

void org.mitre.openid.connect.service.StatsService.resetCache ( )

Trigger the stats to be recalculated upon next update.

org.mitre.openid.connect.service.impl.DefaultStatsServiceで実装されています。


このインタフェース詳解は次のファイルから抽出されました: