Uses of Class
io.meeds.oauth2.server.entity.OAuthTokenEntity
Packages that use OAuthTokenEntity
-
Uses of OAuthTokenEntity in io.meeds.oauth2.server.dao
Methods in io.meeds.oauth2.server.dao that return types with arguments of type OAuthTokenEntityModifier and TypeMethodDescriptionOAuthTokenDao.findByAccessTokenHash(String token) OAuthTokenDao.findByAccessTokenValueNotNullAndPrincipalName(String username) OAuthTokenDao.findByAccessTokenValueNotNullAndPrincipalNameAndRegisteredClientId(String userName, String clientId) OAuthTokenDao.findByAccessTokenValueNotNullAndRegisteredClientId(String clientId) OAuthTokenDao.findByAuthorizationCodeHash(String token) OAuthTokenDao.findByDeviceCodeHash(String token) OAuthTokenDao.findByOidcIdTokenHash(String token) OAuthTokenDao.findByPrincipalName(String username) OAuthTokenDao.findByPrincipalNameAndRegisteredClientId(String userName, String clientId) OAuthTokenDao.findByRefreshTokenHash(String token) OAuthTokenDao.findByRegisteredClientId(String clientId) OAuthTokenDao.findByStateHash(String state) OAuthTokenDao.findByTokenHash(String hash) OAuthTokenDao.findByUserCodeHash(String token) OAuthTokenDao.findExpiredTokens(Instant now) -
Uses of OAuthTokenEntity in io.meeds.oauth2.server.util
Methods in io.meeds.oauth2.server.util that return OAuthTokenEntityModifier and TypeMethodDescriptionstatic OAuthTokenEntityEntityMapper.toEntity(org.springframework.security.oauth2.server.authorization.OAuth2Authorization authorization, String hmacKey) Methods in io.meeds.oauth2.server.util with parameters of type OAuthTokenEntityModifier and TypeMethodDescriptionstatic org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationEntityMapper.toObject(OAuthTokenEntity entity) static OAuthAccessTokenEntityMapper.toSimplifiedObject(OAuthTokenEntity entity)