Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . 69 10.6. Generating structured and clear URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 18.2. Generating callback URLs with IRequestListener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 22.4. URLs encryption in detail. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . 69 10.6. Generating structured and clear URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 18.2. Generating callback URLs with IRequestListener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260 22.4. URLs encryption in detail. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3跟我学Shiro - 张开涛
username=password,role1,role2 [roles] #提供了角色及权限之间关系的配置,角色=权限 1,权限 2 role1=permission1,permission2 [urls] #用于 web,提供了对 web url 拦截相关的配置,url=拦截器[参数],拦截器 /index.html = anon /admin/** = authc, roles[admin] roles,具体规则请参考授权章节。 [urls]部分 配置 url 及相应的拦截器之间的关系,格式:“url=拦截器[参数],拦截器[参数],如: ” 具体规则参见 web 相关章节。 [users] zhang=123,role1,role2 wang=123 [roles] role1=user:create,user:update role2=* [urls] /admin/** 配置部分和之前的相比将多出对 url 部分的配置。 其中最重要的就是[urls]部分的配置,其格式是: “url=拦截器[参数],拦截器[参数]”; 即如果当前请求的 url 匹配[urls]部分的某个 url 模式,将会执行其配置的拦截器。比如 anon 拦截器表示匿名访问(即不需要登录即可访问);authc 拦截器表示需要身份认证通过后才0 码力 | 219 页 | 4.16 MB | 10 月前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . 68 10.6. Generating structured and clear URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 18.2. Generating callback URLs with IRequestListener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244 22.4. URLs encryption in detail. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . 67 10.6. Generating structured and clear URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 18.2. Generating callback URLs with IRequestListener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243 22.4. URLs encryption in detail. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3Apache Shiro 1.2.x Reference Manual 中文翻译
for simple deployments # when you only need a small number of statically-defined # roles. [urls] # The 'urls' section is used for url-based security # in web applications. We'll discuss this section or:print,info"。 没有权限的角色 如果你有不需要权限的角色,不需要将它们列入[roles]区域,仅仅在 [users]区域定义角色名 就可以创建它们(如果它们尚不存在)。 [urls] 该区域选项将在Web章节讨论。 为文档加把手 我们希望这篇文档可以帮助你使用 Apache Shiro 进行工作,社区一直在不断地完善和扩展文 档,如果你希望帮助 Shiro 项目,请 应用程序启用的。该过滤器将会阻止在请求期间创 建新的会话来保证无状态的体验。在shiro.ini 的[urls]项中,你通常定义该过滤器在所有其它过 滤器之前来确保会话永远不会被使用。 举例: Apache Shiro 1.2.x Reference Manual 中文翻译 89 8. Session Management [urls] ... /rest/** = noSessionCreation, authcBasic0 码力 | 196 页 | 2.34 MB | 1 年前3Apache Shiro参考手册中文版
如果你有不需要权限关联的角色,你不需要在[roles] section 中间把他们列出来,如果你不想的话。只需定义在[user] section 中定义角色名就足以创建尚不存在的角色。 [urls] 该 section 及它的选项在 Web 章节被描述。 Lend a hand with documentation 我们希望本文档可以帮助你及你用 Apache Shiro 所做 ”。 该过滤器将会阻止在请求期间创建新的会话来保证无状态的体验。在 shiro.ini 的[urls]项中,你通常定义该过滤器在 所有其它过滤器之前来确保会话永远不会被使用。 例如: shiro.ini - Disable Session Creation per request [urls] … /rest/** = noSessionCreation, authcBasic 章节描述的标准的[main],[user]和[roles]项外,你可以在 shiro.ini 文件中指定具有 web 特性的[urls]项: # [main], [users] and [roles] above here … [urls] ... [urls]项允许你做一些在我们已经见过的任何 Web 框架都不存在的东西:在你的应用程序中定义自适应过滤器链来0 码力 | 92 页 | 1.16 MB | 1 年前3Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOT
implementation of the ViewResolver interface that effects the direct resolution of logical view names to URLs without an explicit mapping definition. This is appropriate if your logical names match the names the String path input is a challenge for dealing effectively with encoding and other issues with URLs. PathPattern is the recommended solution for web applications and it is the only choice in Spring explicitly registered for content negotiation. However, it can potentially have side effects when URLs are typed directly into a browser. Many common path extensions are allowed as safe by default. Applications0 码力 | 259 页 | 3.58 MB | 1 年前3Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT
registrations or for advanced cases, such as different instances of the same handler under different URLs. The following example shows how to do so: 32 Java @Configuration public class MyConfig { working with optimized resources. You can use the VersionResourceResolver for versioned resource URLs based on an MD5 hash computed from the content, a fixed application version, or other information Resolver().addContentVersionStrategy("/**")) } } You can use ResourceUrlProvider to rewrite URLs and apply the full chain of resolvers and transformers (for example, to insert versions). The WebFlux0 码力 | 182 页 | 2.52 MB | 1 年前3Apache Unomi 1.x - Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 2.6. Useful Apache Unomi URLs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to send additional events. 2.3.6. WHERE TO GO FROM HERE • You can find more useful Apache Unomi URLs that can be used in the same way as the above examples. • You may want to know integrate the provided use this setting: sslTrustAllCertificates=true 2.6. USEFUL APACHE UNOMI URLS In this section we will list some useful URLs that can be used to quickly access parts of Apache Unomi that can help you0 码力 | 158 页 | 3.65 MB | 1 年前3
共 371 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38