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 AccessTokenAccessTokenManager. 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 AccessTokenAccessTokenManager. getAccessToken(Member member, java.lang.String fingerprint)Retrieve the AccessToken stored in DB and matching the specified criteriaAccessTokenEditAccessTokenHandler. 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 intAccessTokenExpirationDateComparator. compare(AccessToken p1, AccessToken p2)Compares two Dates in ascending order.static voidAccessTokenManager. sendAccessTokenCreatedAlert(AccessToken accessToken)Send the security alert informing the member that a new AccessToken was createdstatic voidAccessTokenManager. sendAccessTokenDeletedAlert(AccessToken accessToken)Send the security alert informing the member that an AccessToken was deleted/revokedstatic voidAccessTokenManager. 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)
-