类的使用
cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
使用HerodotusAuthorization的程序包
-
cn.herodotus.engine.oauth2.data.jpa.repository中HerodotusAuthorization的使用
修饰符和类型方法说明HerodotusAuthorizationRepository.findByAccessToken(String accessToken) 根据 Access Token 查询 OAuth2 认证信息HerodotusAuthorizationRepository.findByAuthorizationCode(String authorizationCode) 根据 authorizationCode 查询 OAuth2 认证信息HerodotusAuthorizationRepository.findByRefreshToken(String refreshToken) 根据 Refresh Token 查询 OAuth2 认证信息HerodotusAuthorizationRepository.findByState(String state) 根据 State 查询 OAuth2 认证信息 -
cn.herodotus.engine.oauth2.data.jpa.service中HerodotusAuthorization的使用
修饰符和类型方法说明HerodotusAuthorizationService.findByAccessToken(String accessToken) HerodotusAuthorizationService.findByAuthorizationCode(String authorizationCode) HerodotusAuthorizationService.findByDetection(String token) HerodotusAuthorizationService.findByRefreshToken(String refreshToken) HerodotusAuthorizationService.findByState(String state) HerodotusAuthorizationService.getRepository()