类 OAuth2AuthorizationController
java.lang.Object
cn.herodotus.engine.rest.core.controller.BaseReadableRestController<E,ID>
cn.herodotus.engine.rest.core.controller.BaseWriteableRestController<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,String>
cn.herodotus.engine.oauth2.management.controller.OAuth2AuthorizationController
- 所有已实现的接口:
cn.herodotus.engine.rest.core.controller.Controller,cn.herodotus.engine.rest.core.controller.ReadableController<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,,String> cn.herodotus.engine.rest.core.controller.WriteableController<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,String>
@RestController
@RequestMapping("/authorize/authorization")
public class OAuth2AuthorizationController
extends cn.herodotus.engine.rest.core.controller.BaseWriteableRestController<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,String>
Description: OAuth2 认证管理接口
- 作者:
- : gengwei.zheng
- Date:
- : 2022/3/1 18:52
-
构造器概要
构造器构造器说明OAuth2AuthorizationController(cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService herodotusAuthorizationService) -
方法概要
修饰符和类型方法说明cn.herodotus.engine.data.core.service.WriteableService<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,String> 从类继承的方法 cn.herodotus.engine.rest.core.controller.BaseWriteableRestController
delete, getReadableService, saveOrUpdate从类继承的方法 cn.herodotus.engine.rest.core.controller.BaseReadableRestController
findByPage从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.engine.rest.core.controller.Controller
getPageInfoMap, getPageInfoMap, result, result, result, result, result, result, result从接口继承的方法 cn.herodotus.engine.rest.core.controller.ReadableController
findAll, findById, findByPage, findByPage
-
构造器详细资料
-
OAuth2AuthorizationController
@Autowired public OAuth2AuthorizationController(cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService herodotusAuthorizationService)
-
-
方法详细资料
-
getWriteableService
public cn.herodotus.engine.data.core.service.WriteableService<cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization,String> getWriteableService()
-