Uses of Class
cn.herodotus.engine.oauth2.management.entity.OAuth2Compliance
Packages that use OAuth2Compliance
Package
Description
-
Uses of OAuth2Compliance in cn.herodotus.engine.oauth2.management.controller
Methods in cn.herodotus.engine.oauth2.management.controller that return types with arguments of type OAuth2ComplianceModifier and TypeMethodDescriptioncn.herodotus.engine.data.core.service.WriteableService<OAuth2Compliance,String> OAuth2ComplianceController.getWriteableService() -
Uses of OAuth2Compliance in cn.herodotus.engine.oauth2.management.service
Methods in cn.herodotus.engine.oauth2.management.service that return OAuth2ComplianceModifier and TypeMethodDescriptionOAuth2ComplianceService.save(String principalName, String clientId, String operation, jakarta.servlet.http.HttpServletRequest request) OAuth2ComplianceService.toEntity(String principalName, String clientId, String operation, jakarta.servlet.http.HttpServletRequest request) Methods in cn.herodotus.engine.oauth2.management.service that return types with arguments of type OAuth2ComplianceModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OAuth2Compliance>OAuth2ComplianceService.findByCondition(int pageNumber, int pageSize, String principalName, String clientId, String ip) cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Compliance,String> OAuth2ComplianceService.getRepository()