mitreid-connect
org.mitre.oauth2.repository.OAuth2TokenRepository メンバ一覧

継承メンバを含む org.mitre.oauth2.repository.OAuth2TokenRepository の全メンバ一覧です。

clearAccessTokensForRefreshToken(OAuth2RefreshTokenEntity refreshToken)org.mitre.oauth2.repository.OAuth2TokenRepository
clearDuplicateAccessTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
clearDuplicateRefreshTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
clearTokensForClient(ClientDetailsEntity client)org.mitre.oauth2.repository.OAuth2TokenRepository
getAccessTokenById(Long id)org.mitre.oauth2.repository.OAuth2TokenRepository
getAccessTokenByValue(String accessTokenValue)org.mitre.oauth2.repository.OAuth2TokenRepository
getAccessTokensForApprovedSite(ApprovedSite approvedSite)org.mitre.oauth2.repository.OAuth2TokenRepository
getAccessTokensForClient(ClientDetailsEntity client)org.mitre.oauth2.repository.OAuth2TokenRepository
getAccessTokensForResourceSet(ResourceSet rs)org.mitre.oauth2.repository.OAuth2TokenRepository
getAllAccessTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
getAllExpiredAccessTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
getAllExpiredAccessTokens(PageCriteria pageCriteria)org.mitre.oauth2.repository.OAuth2TokenRepository
getAllExpiredRefreshTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
getAllExpiredRefreshTokens(PageCriteria pageCriteria)org.mitre.oauth2.repository.OAuth2TokenRepository
getAllRefreshTokens()org.mitre.oauth2.repository.OAuth2TokenRepository
getRefreshTokenById(Long Id)org.mitre.oauth2.repository.OAuth2TokenRepository
getRefreshTokenByValue(String refreshTokenValue)org.mitre.oauth2.repository.OAuth2TokenRepository
getRefreshTokensForClient(ClientDetailsEntity client)org.mitre.oauth2.repository.OAuth2TokenRepository
removeAccessToken(OAuth2AccessTokenEntity accessToken)org.mitre.oauth2.repository.OAuth2TokenRepository
removeRefreshToken(OAuth2RefreshTokenEntity refreshToken)org.mitre.oauth2.repository.OAuth2TokenRepository
saveAccessToken(OAuth2AccessTokenEntity token)org.mitre.oauth2.repository.OAuth2TokenRepository
saveRefreshToken(OAuth2RefreshTokenEntity refreshToken)org.mitre.oauth2.repository.OAuth2TokenRepository