mitreid-connect
|
公開メンバ関数 | |
Map< String, Integer > | getSummaryStats () |
ClientStat | getCountForClientId (String clientId) |
void | resetCache () |
ClientStat org.mitre.openid.connect.service.StatsService.getCountForClientId | ( | String | clientId | ) |
Calculate the usage count for a single client
clientId | the id of the client to search on |
org.mitre.openid.connect.service.impl.DefaultStatsServiceで実装されています。
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で実装されています。
void org.mitre.openid.connect.service.StatsService.resetCache | ( | ) |
Trigger the stats to be recalculated upon next update.
org.mitre.openid.connect.service.impl.DefaultStatsServiceで実装されています。