程序包cn.herodotus.engine.oauth2.server.authorization.controller的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.herodotus.engine.rest.core.controller.BaseController<E,ID> (implements cn.herodotus.engine.rest.core.controller.WriteableController<E,ID>)
    • cn.herodotus.engine.rest.core.controller.BaseReadableRestController<E,ID> (implements cn.herodotus.engine.rest.core.controller.ReadableController<E,ID>)
      • cn.herodotus.engine.rest.core.controller.BaseWriteableRestController<E,ID> (implements cn.herodotus.engine.rest.core.controller.WriteableController<E,ID>)
    • cn.herodotus.engine.oauth2.server.authorization.controller.CaptchaController (implements cn.herodotus.engine.rest.core.controller.Controller)
    • cn.herodotus.engine.oauth2.server.authorization.controller.ConsentController
    • cn.herodotus.engine.oauth2.server.authorization.controller.IdentityController
    • cn.herodotus.engine.oauth2.server.authorization.controller.LoginController
    • cn.herodotus.engine.oauth2.server.authorization.controller.OAuth2AuthorityController (implements cn.herodotus.engine.rest.core.controller.Controller)
    • cn.herodotus.engine.oauth2.server.authorization.controller.OAuth2ConstantController