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 TypeMethodDescriptionvoid
create()
void
createBranch
(String branchDn, String ou) boolean
init()
monthString
(Date now) net.agkn.hll.HLL
newHll()
void
reportAccessToken
(io.jans.as.model.common.GrantType grantType) void
void
reportIdToken
(io.jans.as.model.common.GrantType grantType) void
reportRefreshToken
(io.jans.as.model.common.GrantType grantType) void
reportUmaToken
(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:
-
-
Constructor Details
-
StatService
public StatService()
-
-
Method Details
-
create
@PostConstruct public void create() -
init
public boolean init() -
updateStat
public void updateStat() -
newHll
public net.agkn.hll.HLL newHll() -
getNodeId
-
getBaseDn
-
monthString
-
createBranch
-
reportActiveUser
-
reportAccessToken
public void reportAccessToken(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)
-