 OpenShift Container Platform 4.13 认证和授权OpenShift Container Platform 4.13 认证和授权 为用户和服务配置用户身份验证和访问控制 Last Updated: 2024-02-17 OpenShift Container Platform 4.13 认证和授权 为用户和服务配置用户身份验证和访问控制 法律通告 法律通告 Copyright © 2024 Red Hat, Inc. The text CONTAINER PLATFORM 中的身份验证 1.3. 关于 OPENSHIFT CONTAINER PLATFORM 中的授权 第 第 2 章 章 了解身份 了解身份验证 验证 2.1. 用户 2.2. 组 2.3. API 身份验证 第 第 3 章 章 配置内部 配置内部 OAUTH 服 服务 务器 器 3.1. OPENSHIFT CONTAINER PLATFORM OAUTH 客户端 4.3. 为 OAUTH 客户端配置令牌不活跃超时 4.4. 其他资源 第 第 5 章 章 管理用 管理用户拥 户拥有的 有的 OAUTH 访问 访问令牌 令牌 5.1. 列出用户拥有的 OAUTH 访问令牌 5.2. 查看用户拥有的 OAUTH 访问令牌的详情 5.3. 删除用户拥有的 OAUTH 访问令牌 第 第 6 章 章 了解身份提供程序配置 了解身份提供程序配置 6.1. 关于0 码力 | 201 页 | 2.74 MB | 1 年前3 OpenShift Container Platform 4.13 认证和授权OpenShift Container Platform 4.13 认证和授权 为用户和服务配置用户身份验证和访问控制 Last Updated: 2024-02-17 OpenShift Container Platform 4.13 认证和授权 为用户和服务配置用户身份验证和访问控制 法律通告 法律通告 Copyright © 2024 Red Hat, Inc. The text CONTAINER PLATFORM 中的身份验证 1.3. 关于 OPENSHIFT CONTAINER PLATFORM 中的授权 第 第 2 章 章 了解身份 了解身份验证 验证 2.1. 用户 2.2. 组 2.3. API 身份验证 第 第 3 章 章 配置内部 配置内部 OAUTH 服 服务 务器 器 3.1. OPENSHIFT CONTAINER PLATFORM OAUTH 客户端 4.3. 为 OAUTH 客户端配置令牌不活跃超时 4.4. 其他资源 第 第 5 章 章 管理用 管理用户拥 户拥有的 有的 OAUTH 访问 访问令牌 令牌 5.1. 列出用户拥有的 OAUTH 访问令牌 5.2. 查看用户拥有的 OAUTH 访问令牌的详情 5.3. 删除用户拥有的 OAUTH 访问令牌 第 第 6 章 章 了解身份提供程序配置 了解身份提供程序配置 6.1. 关于0 码力 | 201 页 | 2.74 MB | 1 年前3
 Orgcharting 用户手册 1.1ORGCHARTING 用户手册 版本 1.1 1 目录 Orgcharting 用户手册 .............................................................................................................. 0 第一章 ORGCHARTING 功能概览 .... ........................... 5 用户安装 ........................................................................................................................... 5 用户注册 .............................. ............................................................................................. 5 用户反激活 ................................................................................................0 码力 | 80 页 | 2.04 MB | 1 年前3 Orgcharting 用户手册 1.1ORGCHARTING 用户手册 版本 1.1 1 目录 Orgcharting 用户手册 .............................................................................................................. 0 第一章 ORGCHARTING 功能概览 .... ........................... 5 用户安装 ........................................................................................................................... 5 用户注册 .............................. ............................................................................................. 5 用户反激活 ................................................................................................0 码力 | 80 页 | 2.04 MB | 1 年前3
 Mybatis 3.3.0 中文用户指南。 该文档 xdoc 格式的源码文件可通过项目的 Git 代码库 来获取。Fork 该源码库,做出更新,然后提交一个 pull request 吧。 你将成为本文档的最佳作者,MyBatis 的用户定会过来查阅的。 当前的国际化版本 当前的国际化版本 MyBatis 的其他语言版本: English Español 日本語 한국어 简体中文 你想使用本地语言来了解MyBatis吗?那就将它翻译成你的母语并提供给我们吧! BlogMapper.selectBlog", 101); } finally { session.close(); } 诚然这种方式能够正常工作,并且对于使用旧版本 MyBatis 的用户来说也比较熟悉,不过现在有了一种更直白的方式。使用对于给定 语句能够合理描述参数和返回值的接口(比如说BlogMapper.class),你现在不但可以执行更清晰和类型安全的代码,而且还不用担 心易错的字符串字面值以及强制类型转换。 pages as PDF manually or automatically with PDFmyURL url – 这是数据库的 JDBC URL 地址。 username – 登录数据库的用户名。 password – 登录数据库的密码。 defaultTransactionIsolationLevel – 默认的连接事务隔离级别。 作为可选项,你也可以传递属性给数据库驱动。要这样做,属性的前缀为“driver0 码力 | 98 页 | 2.03 MB | 1 年前3 Mybatis 3.3.0 中文用户指南。 该文档 xdoc 格式的源码文件可通过项目的 Git 代码库 来获取。Fork 该源码库,做出更新,然后提交一个 pull request 吧。 你将成为本文档的最佳作者,MyBatis 的用户定会过来查阅的。 当前的国际化版本 当前的国际化版本 MyBatis 的其他语言版本: English Español 日本語 한국어 简体中文 你想使用本地语言来了解MyBatis吗?那就将它翻译成你的母语并提供给我们吧! BlogMapper.selectBlog", 101); } finally { session.close(); } 诚然这种方式能够正常工作,并且对于使用旧版本 MyBatis 的用户来说也比较熟悉,不过现在有了一种更直白的方式。使用对于给定 语句能够合理描述参数和返回值的接口(比如说BlogMapper.class),你现在不但可以执行更清晰和类型安全的代码,而且还不用担 心易错的字符串字面值以及强制类型转换。 pages as PDF manually or automatically with PDFmyURL url – 这是数据库的 JDBC URL 地址。 username – 登录数据库的用户名。 password – 登录数据库的密码。 defaultTransactionIsolationLevel – 默认的连接事务隔离级别。 作为可选项,你也可以传递属性给数据库驱动。要这样做,属性的前缀为“driver0 码力 | 98 页 | 2.03 MB | 1 年前3
 Weblate 4.12 用户文档12 Michal Čihař 2022 年 04 月 20 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 456 Python 模块索引 460 HTTP Routing Table 461 索引 464 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和部件架构 在 Weblate 中,翻译被组织成项目和部件。每个项目可以包含多个部件,这些部件又包含各个语言的翻 译。部件对应的是一个可翻译的文件(例如GNU 公共字符串的翻译。这减轻了重复和多版本翻译的负担。 但假如翻译应当有所不同,可以使用允许同步翻译 通过部件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 Everybody can browse projects, view translations or suggest translations by default0 码力 | 479 页 | 8.00 MB | 1 年前3 Weblate 4.12 用户文档12 Michal Čihař 2022 年 04 月 20 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 456 Python 模块索引 460 HTTP Routing Table 461 索引 464 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和部件架构 在 Weblate 中,翻译被组织成项目和部件。每个项目可以包含多个部件,这些部件又包含各个语言的翻 译。部件对应的是一个可翻译的文件(例如GNU 公共字符串的翻译。这减轻了重复和多版本翻译的负担。 但假如翻译应当有所不同,可以使用允许同步翻译 通过部件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 Everybody can browse projects, view translations or suggest translations by default0 码力 | 479 页 | 8.00 MB | 1 年前3
 Weblate 4.5.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then from the Default component list drop-down. 参见: 组件列表 公开资料 本页的所有字段都是可选的,并且可以在任何时间删除,通过填写这些字段,您同意我们在您的用户资 料出现的任何地方分享这些数据。 Avatar can be shown for each user (depending on ENABLE_AVATARS). These images are use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 424 页 | 4.53 MB | 1 年前3 Weblate 4.5.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then from the Default component list drop-down. 参见: 组件列表 公开资料 本页的所有字段都是可选的,并且可以在任何时间删除,通过填写这些字段,您同意我们在您的用户资 料出现的任何地方分享这些数据。 Avatar can be shown for each user (depending on ENABLE_AVATARS). These images are use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 424 页 | 4.53 MB | 1 年前3
 Weblate 4.16 用户文档16 Michal Čihař 2023 年 03 月 01 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 480 Python 模块索引 484 HTTP Routing Table 485 索引 488 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和部件架构 在 Weblate 中,翻译被组织成项目和部件。每个项目可以包含多个部件,这些部件又包含各个语言的翻 译。部件对应的是一个可翻译的文件(例如GNU 但假如翻译应当有所不同,可以使用允许同步翻译 通过部件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 默认情况下,每个人都可以浏览项目、查看翻译或建议翻译。只有注册用户才能实际保存更改,并且每 次翻译都会获得积分。 您可以按照以下几个简单步骤进行注册: 1. 使用您的凭据填写注册表。 2. 使用电子邮件中收到的链接来激活注册账号。0 码力 | 502 页 | 8.32 MB | 1 年前3 Weblate 4.16 用户文档16 Michal Čihař 2023 年 03 月 01 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 480 Python 模块索引 484 HTTP Routing Table 485 索引 488 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和部件架构 在 Weblate 中,翻译被组织成项目和部件。每个项目可以包含多个部件,这些部件又包含各个语言的翻 译。部件对应的是一个可翻译的文件(例如GNU 但假如翻译应当有所不同,可以使用允许同步翻译 通过部件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 默认情况下,每个人都可以浏览项目、查看翻译或建议翻译。只有注册用户才能实际保存更改,并且每 次翻译都会获得积分。 您可以按照以下几个简单步骤进行注册: 1. 使用您的凭据填写注册表。 2. 使用电子邮件中收到的链接来激活注册账号。0 码力 | 502 页 | 8.32 MB | 1 年前3
 Weblate 4.5 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then from the Default component list drop-down. 参见: 组件列表 公开资料 本页的所有字段都是可选的,并且可以在任何时间删除,通过填写这些字段,您同意我们在您的用户资 料出现的任何地方分享这些数据。 Avatar can be shown for each user (depending on ENABLE_AVATARS). These images are use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 422 页 | 4.54 MB | 1 年前3 Weblate 4.5 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then from the Default component list drop-down. 参见: 组件列表 公开资料 本页的所有字段都是可选的,并且可以在任何时间删除,通过填写这些字段,您同意我们在您的用户资 料出现的任何地方分享这些数据。 Avatar can be shown for each user (depending on ENABLE_AVATARS). These images are use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 422 页 | 4.54 MB | 1 年前3
 Weblate 4.8.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then languages you want to translate by clicking the button to make them available too. 语言 1.2.4 界面语言 请选择你想要在用户界面中展示的语言。 1.2. Registration and user profile 3 The Weblate Manual, 发布 4.8.1 已翻译的语言 Choose which use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 453 页 | 7.80 MB | 1 年前3 Weblate 4.8.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户个人资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then languages you want to translate by clicking the button to make them available too. 语言 1.2.4 界面语言 请选择你想要在用户界面中展示的语言。 1.2. Registration and user profile 3 The Weblate Manual, 发布 4.8.1 已翻译的语言 Choose which use to sign in into Weblate, completely remove your account, or download your user data (see Weblate 用户数据导出). 注解: The list of services depends on your Weblate configuration, but can be made to include popular0 码力 | 453 页 | 7.80 MB | 1 年前3
 Weblate 4.2.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then type. The shown symbols factor into three categories: • User configured characters defined in the 用户资料 • Per language characters provided by Weblate (e.g. quotes or RTL specific characters) • Chars crediting the actual author. 1.5 检查并修正 质量检查有助于发现常见的翻译错误,确保翻译质量良好。如果出现误报,则可以忽略这些检查。 提交未通过检查的翻译后,将立即向用户显示: 1.5. 检查并修正 21 The Weblate Manual, 发布 4.2.1 22 Chapter 1. User docs The Weblate Manual, 发布 40 码力 | 411 页 | 4.60 MB | 1 年前3 Weblate 4.2.1 用户文档will not be shown, as the user will be redirected to a single project or component instead. 1.2.3 用户资料 The user profile is accessible by clicking your user icon in the top-right of the top menu, then type. The shown symbols factor into three categories: • User configured characters defined in the 用户资料 • Per language characters provided by Weblate (e.g. quotes or RTL specific characters) • Chars crediting the actual author. 1.5 检查并修正 质量检查有助于发现常见的翻译错误,确保翻译质量良好。如果出现误报,则可以忽略这些检查。 提交未通过检查的翻译后,将立即向用户显示: 1.5. 检查并修正 21 The Weblate Manual, 发布 4.2.1 22 Chapter 1. User docs The Weblate Manual, 发布 40 码力 | 411 页 | 4.60 MB | 1 年前3
 Weblate 4.10.1 用户文档1 Michal Čihař 2021 年 12 月 22 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 Python 模块索引 447 HTTP Routing Table 448 ii 索引 451 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和组件架构 在 Weblate 中,翻译组织成为项目和组件。每个项目可以包含几个组件,并且组件包含各个语言的翻译。 组件相应于一个翻译文件(例如GNU 公共字符串的翻译。这减轻了重复和多版本翻译的负担。 但假如翻译应当有所不同,可以使用允许同步翻译 通过组件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 Everybody can browse projects, view translations or suggest translations by default0 码力 | 465 页 | 7.88 MB | 1 年前3 Weblate 4.10.1 用户文档1 Michal Čihař 2021 年 12 月 22 日 用户文档 1 用户文档 1 1.1 Weblate 基础知识 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 注册和用户个人资料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443 Python 模块索引 447 HTTP Routing Table 448 ii 索引 451 iii CHAPTER1 用户文档 1.1 Weblate 基础知识 1.1.1 项目和组件架构 在 Weblate 中,翻译组织成为项目和组件。每个项目可以包含几个组件,并且组件包含各个语言的翻译。 组件相应于一个翻译文件(例如GNU 公共字符串的翻译。这减轻了重复和多版本翻译的负担。 但假如翻译应当有所不同,可以使用允许同步翻译 通过组件配置 禁用翻译传播。 参见: ../devel/integration 1.2 注册和用户个人资料 1.2.1 注册 Everybody can browse projects, view translations or suggest translations by default0 码力 | 465 页 | 7.88 MB | 1 年前3
共 982 条
- 1
- 2
- 3
- 4
- 5
- 6
- 99













