| LOW | …se/src/main/java/com/pj/cases/up/SecureController.java | 61 | // String text = "Sa-Token 一个轻量级java权限认证框架"; |
| LOW | …-demo-oauth2-server/src/main/resources/application.yml | 21 | enable-client-credentials: true |
| LOW | …a/com/pj/oauth2/custom_scope/UserinfoScopeHandler.java | 1 | //package com.pj.oauth2.custom_scope; |
| LOW | …a/com/pj/oauth2/custom_scope/UserinfoScopeHandler.java | 21 | // public String getHandlerScope() { |
| LOW | …a/com/pj/oauth2/custom_scope/UserinfoScopeHandler.java | 41 | // @Override |
| LOW | …com/pj/oauth2/custom_scope/CustomOidcScopeHandler.java | 1 | //package com.pj.oauth2.custom_scope; |
| LOW | …com/pj/oauth2/custom_scope/CustomOidcScopeHandler.java | 21 | // idToken.extraData.put("uid", userId); // 用户id |
| LOW | …/pj/oauth2/custom_grant_type/PhoneLoginController.java | 1 | //package com.pj.oauth2.custom_grant_type; |
| LOW | …/pj/oauth2/custom_grant_type/PhoneLoginController.java | 21 | // SaManager.getSaTokenDao().set("phone_code:" + phone, code, 60 * 5); |
| LOW | …/custom_grant_type/CustomPasswordGrantTypeHandler.java | 1 | //package com.pj.oauth2.custom_grant_type; |
| LOW | …/custom_grant_type/CustomPasswordGrantTypeHandler.java | 21 | // return new PasswordAuthResult(userId); |
| LOW | …auth2/custom_grant_type/PhoneCodeGrantTypeHandler.java | 1 | //package com.pj.oauth2.custom_grant_type; |
| LOW | …auth2/custom_grant_type/PhoneCodeGrantTypeHandler.java | 21 | //public class PhoneCodeGrantTypeHandler implements SaOAuth2GrantTypeHandlerInterface { |
| LOW | …auth2/custom_grant_type/PhoneCodeGrantTypeHandler.java | 41 | // // 2、校验通过,删除验证码 |
| LOW | …server-solon/src/main/java/com/pj/h5/H5Controller.java | 41 | } |
| LOW | …oken-demo-test/src/main/java/com/pj/model/SysRole.java | 1 | package com.pj.model; |
| LOW | …oken-demo-test/src/main/java/com/pj/model/SysRole.java | 21 | // /** |
| LOW | …oken-demo-test/src/main/java/com/pj/model/SysRole.java | 41 | // public void setId(long id) { |
| LOW | …oken-demo-test/src/main/java/com/pj/model/SysRole.java | 61 | // return "SysRole [id=" + id + ", name=" + name + "]"; |
| LOW | …est/src/main/java/com/pj/satoken/SaTokenConfigure.java | 101 | @Bean |
| LOW | …redis/src/main/java/com/pj/current/NotFoundHandle.java | 1 | //package com.pj.current; |
| LOW | …redis/src/main/java/com/pj/current/NotFoundHandle.java | 21 | // public Object error(HttpServletRequest request, HttpServletResponse response) throws IOException { |
| LOW | …ot-test/src/test/java/cn/dev33/satoken/util/SoMap.java | 661 | // } |
| LOW | …easy-test/src/test/java/com/pj/test/model/SysRole.java | 1 | package com.pj.test.model; |
| LOW | …easy-test/src/test/java/com/pj/test/model/SysRole.java | 21 | // /** |
| LOW | …easy-test/src/test/java/com/pj/test/model/SysRole.java | 41 | // public void setId(long id) { |
| LOW | …easy-test/src/test/java/com/pj/test/model/SysRole.java | 61 | // return "SysRole [id=" + id + ", name=" + name + "]"; |
| LOW | …json-test/src/test/java/com/pj/test/model/SysRole.java | 1 | package com.pj.test.model; |
| LOW | …json-test/src/test/java/com/pj/test/model/SysRole.java | 21 | // /** |
| LOW | …json-test/src/test/java/com/pj/test/model/SysRole.java | 41 | // public void setId(long id) { |
| LOW | …json-test/src/test/java/com/pj/test/model/SysRole.java | 61 | // return "SysRole [id=" + id + ", name=" + name + "]"; |
| LOW | …izer-test/src/test/java/com/pj/test/model/SysRole.java | 21 | // |
| LOW | …izer-test/src/test/java/com/pj/test/model/SysRole.java | 41 | // * @param id 要设置的 id |
| LOW | …izer-test/src/test/java/com/pj/test/model/SysRole.java | 61 | // @Override |
| LOW | …son3-test/src/test/java/com/pj/test/model/SysRole.java | 1 | package com.pj.test.model; |
| LOW | …son3-test/src/test/java/com/pj/test/model/SysRole.java | 21 | // /** |
| LOW | …son3-test/src/test/java/com/pj/test/model/SysRole.java | 41 | // public void setId(long id) { |
| LOW | …son3-test/src/test/java/com/pj/test/model/SysRole.java | 61 | // return "SysRole [id=" + id + ", name=" + name + "]"; |
| LOW | …gy/hooks/SaFirewallCheckHookForDirectoryTraversal.java | 101 | // test("/.abcdef", true); // 合法隐藏文件 |
| LOW | …cn/dev33/satoken/oauth2/template/SaOAuth2Template.java | 161 | url = url.substring(0, qIndex); |
| LOW | …cn/dev33/satoken/oauth2/template/SaOAuth2Template.java | 221 | // allow-url=http://*.sa-oauth-client.com/ |
| LOW | …cn/dev33/satoken/sso/template/SaSsoServerTemplate.java | 421 | if(qIndex != -1) { |
| LOW | …cn/dev33/satoken/sso/template/SaSsoServerTemplate.java | 481 | // sa-token.sso-server.allow-url=http://*.sa-sso-client1.com |
| LOW | …r/sa-token-solon-plugin/src/test/java/demo/Config.java | 1 | //package demo; |
| LOW | …r/sa-token-solon-plugin/src/test/java/demo/Config.java | 21 | // .addInclude("/**").addExclude("/favicon.ico") |
| LOW | …r/sa-token-solon-plugin/src/test/java/demo/Config.java | 41 | // } |
| LOW | …/sa-token-solon-plugin/src/test/java/demo2/Config.java | 21 | // .setAuth(s -> { |
| LOW | sa-token-doc/index.html | 1241 | // let bgColor = this.style.backgroundColor; |
| LOW | sa-token-doc/index.html | 1261 | // bgColor = hexToRgba(bgColor, 0.97); |
| LOW | sa-token-doc/index.html | 1281 | // if (len == 3) { |
| LOW | sa-token-doc/doc.html | 441 | // 预览版提示 |
| LOW | sa-token-doc/plugin/quick-login.md | 141 | # 登录页标题 |
| LOW | sa-token-doc/static/docsify-plugin.js | 61 | // if($('.zanzhu-count').length && $('.zanzhu-box table').length) { |
| LOW | sa-token-doc/static/docsify-plugin.js | 81 | // </p>`; |
| LOW | sa-token-doc/static/docsify-plugin.js | 101 | // } |
| LOW | …tatic/custom-docsify-plugins/doc-lock-by-gzh-plugin.js | 401 | |
| LOW | …n-doc/static/custom-docsify-plugins/doc-lock-plugin.js | 401 | |