书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 186 个相关结果.
  • 自定义认证

    自定义认证 总览 依赖 编码 自定义认证 总览 Inlong Manager中使用了Apache Shiro框架实现了认证和授权等功能,Manager已经集成好了默认的实现逻辑,如果您想在Inlong Manager中实现自定义的基于Shiro的认证和授权功能,您可以按照如下的说明,进行相关功能的插件化开发。 依赖 增加maven 依赖 ...
  • 自定义认证

    自定义认证 总览 依赖 编码 自定义认证 总览 Inlong Manager中使用了Apache Shiro框架实现了认证和授权等功能,Manager已经集成好了默认的实现逻辑,如果您想在Inlong Manager中实现自定义的基于Shiro的认证和授权功能,您可以按照如下的说明,进行相关功能的插件化开发。 依赖 增加maven 依赖 ...
  • 鸣谢

    鸣谢 鸣谢 rpc framework: motan(https://github.com/weibocom/motan ) grpc(http://grpc.io ) thrift(https://github.com/apache/thrift ) mq framework: activemq rabbitmq redis mq ho...
  • 入口方法的权限管理

    入口方法的权限管理 这章主要是通过配置动作链加入NutShiroProcessor,让入口方法的shiro注解生效 入口方法的权限管理 这章主要是通过配置动作链加入NutShiroProcessor,让入口方法的shiro注解生效
  • Custom Authentication

    Custom Authentication Overview Dependency Code Custom Authentication Overview The Apache Shiro framework is used in the inlong manager to realize the functions of authentica...
  • Custom Authentication

    Custom Authentication Overview Dependency Code Custom Authentication Overview The Apache Shiro framework is used in the inlong manager to realize the functions of authentica...
  • Custom Authentication

    Custom Authentication Overview Dependency Code Custom Authentication Overview The Apache Shiro framework is used in the inlong manager to realize the functions of authentica...
  • 添加ehcache.js

    添加ehcache.js 添加ehcache.js 在conf/ioc目录下添加ehcache.js, 作用是将Ehcache声明为一个bean,这样其他模块/Service就能使用它了 请注意看注释!!!!! var ioc = { "cacheManager" : { "typ...
  • Authentication and Authorisation

    Vert.x Authentication and Authorisation Vert.x Authentication and Authorisation Vert.x为您的应用程序提供了简单的认证API。我们还提供了一些开箱即用的实现 http://vertx.io/docs/ Auth common:http://vertx.io/docs...
  • 使用Beetl开发页面

    访问路径和约定 内置变量 JS CSS 引入 表单页公共代码引入 shiro权限标签 其他标签 访问路径和约定 /b/page-ms-test/hello 对应的是webapp下的page/ms/test/hello.html 文件 后端使用的html这么写: 后端使用的beetl html文件要放到 /page/ms 下面...