Uses of Class
com.jalios.jcms.authentication.accesstoken.AccessToken
-
Packages that use AccessToken Package Description com.jalios.jcms.authentication.accesstoken -
-
Uses of AccessToken in com.jalios.jcms.authentication.accesstoken
Methods in com.jalios.jcms.authentication.accesstoken that return AccessToken Modifier and Type Method Description static AccessToken
AccessTokenManager. createAccessToken(Member member, java.lang.String url, AccessTokenOptions hints, java.lang.String fingerprint, AccessTokenManager.TokenType tokenType)
Create a new AccessToken in the db for the specified token.static AccessToken
AccessTokenManager. getAccessToken(Member member, java.lang.String fingerprint)
Retrieve the AccessToken stored in DB and matching the specified criteriaAccessToken
EditAccessTokenHandler. getAvailableAccessToken()
Methods in com.jalios.jcms.authentication.accesstoken that return types with arguments of type AccessToken Modifier and Type Method Description java.util.List<AccessToken>
AccessTokenManagerHandler. getAccessTokenList()
Methods in com.jalios.jcms.authentication.accesstoken with parameters of type AccessToken Modifier and Type Method Description int
AccessTokenExpirationDateComparator. compare(AccessToken p1, AccessToken p2)
Compares two Dates in ascending order.static void
AccessTokenManager. sendAccessTokenCreatedAlert(AccessToken accessToken)
Send the security alert informing the member that a new AccessToken was createdstatic void
AccessTokenManager. sendAccessTokenDeletedAlert(AccessToken accessToken)
Send the security alert informing the member that an AccessToken was deleted/revokedstatic void
AccessTokenManager. trackAccessTokenUse(AccessToken accessToken)
Update the last used data of the specified AccessTokenConstructors in com.jalios.jcms.authentication.accesstoken with parameters of type AccessToken Constructor Description AccessToken(AccessToken other)
-