Package io.jans.as.server.service.stat
Class StatService
java.lang.Object
io.jans.as.server.service.stat.StatService
- Author:
- Yuriy Zabrovarnyy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()voidcreateBranch(String branchDn, String ou) booleaninit()net.agkn.hll.HLLnewHll()voidreportAccessToken(io.jans.as.model.common.GrantType grantType) voidvoidreportIdToken(io.jans.as.model.common.GrantType grantType) voidreportLogoutStatusJwt(io.jans.as.model.common.GrantType grantType) voidreportRefreshToken(io.jans.as.model.common.GrantType grantType) voidreportUmaToken(io.jans.as.model.common.GrantType grantType) void
-
Field Details
-
ACCESS_TOKEN_KEY
- See Also:
-
ID_TOKEN_KEY
- See Also:
-
REFRESH_TOKEN_KEY
- See Also:
-
UMA_TOKEN_KEY
- See Also:
-
LOGOUT_STATUS_TOKEN_KEY
- See Also:
-
-
Constructor Details
-
StatService
public StatService()
-
-
Method Details
-
create
@PostConstruct public void create() -
init
public boolean init() -
updateStat
public void updateStat() -
currentMonth
-
currentMonthDn
-
newHll
public net.agkn.hll.HLL newHll() -
getNodeId
-
getBaseDn
-
createBranch
-
reportActiveUser
-
reportAccessToken
public void reportAccessToken(io.jans.as.model.common.GrantType grantType) -
reportLogoutStatusJwt
public void reportLogoutStatusJwt(io.jans.as.model.common.GrantType grantType) -
reportIdToken
public void reportIdToken(io.jans.as.model.common.GrantType grantType) -
reportRefreshToken
public void reportRefreshToken(io.jans.as.model.common.GrantType grantType) -
reportUmaToken
public void reportUmaToken(io.jans.as.model.common.GrantType grantType)
-