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.findByAccessTokenValue(String token) OAuthTokenDao.findByAccessTokenValueNotNullAndPrincipalName(String username) OAuthTokenDao.findByAccessTokenValueNotNullAndPrincipalNameAndRegisteredClientId(String userName, String clientId) OAuthTokenDao.findByAccessTokenValueNotNullAndRegisteredClientId(String clientId) OAuthTokenDao.findByAuthorizationCodeValue(String token) OAuthTokenDao.findByDeviceCodeValue(String token) OAuthTokenDao.findByOidcIdTokenValue(String token) OAuthTokenDao.findByPrincipalName(String username) OAuthTokenDao.findByPrincipalNameAndRegisteredClientId(String userName, String clientId) OAuthTokenDao.findByRefreshTokenValue(String token) OAuthTokenDao.findByRegisteredClientId(String clientId) OAuthTokenDao.findByState(String state) OAuthTokenDao.findByUserCodeValue(String token) -
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) 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)