在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ymate-module-oauth开源软件地址:https://gitee.com/suninformation/ymate-module-oauth开源软件介绍:YMP-OAuth:
Maven包依赖<dependency> <groupId>net.ymate.module</groupId> <artifactId>ymate-module-oauth</artifactId> <version>1.0.0</version></dependency> 模块配置参数说明#-------------------------------------# module.oauth 模块初始化参数#-------------------------------------# AccessToken访问凭证超时时间, 单位(秒), 默认值: 7200(两小时)ymp.configs.module.oauth.access_token_expire_in=# AccessToken访问凭证最大刷新次数,若为0表示不限制ymp.configs.module.oauth.refresh_count_max=# RefreshToken刷新凭证超时时间, 单位(天), 默认值: 30ymp.configs.module.oauth.refresh_token_expire_in=# 授权码过期时间, 单位(分钟), 默认值: 5ymp.configs.module.oauth.authorization_code_expire_in=# 缓存名称前缀, 默认值: ""ymp.configs.module.oauth.cache_name_prefix=# 设置开启的授权模式, 多个模式之间用'|'分隔, 默认值: none,可选值范围: [authorization_code|implicit|password|refresh_token|client_credentials|none]ymp.configs.module.oauth.allow_grant_types=# Token生成器接口实现, 默认值: net.ymate.module.oauth.impl.DefaultTokenGeneratorymp.configs.module.oauth.token_generator_class=# OAuth令牌存储适配器接口实现, 默认值: 空ymp.configs.module.oauth.storage_adapter_class=# 错误信息响应适配器接口实现, 默认值: net.ymate.module.oauth.impl.DefaultErrorAdapterymp.configs.module.oauth.error_adapter_class=# OAuth用户授权处理器接口实现, 默认值: net.ymate.module.oauth.web.impl.DefaultNeedAuthorizationProcessorymp.params.module.oauth.need_authorization_processor_class=# OAuth异常错误处理器,可选参数ymp.configs.webmvc.error_processor_class=net.ymate.module.oauth.web.WebErrorProcessor 示例代码
One More ThingYMP不仅提供便捷的Web及其它Java项目的快速开发体验,也将不断提供更多丰富的项目实践经验。 感兴趣的小伙伴儿们可以加入 官方QQ群480374360,一起交流学习,帮助YMP成长! 了解更多有关YMP框架的内容,请访问官网:http://www.ymate.net/ |
请发表评论