Spring Security Shiro Plugin - Reference Documentation
2.1. User Permissions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2.2. Role Permissions. . . . . Shiro credentials when you explicitly logout. 1.1. History • Version 3.2 ◦ Added optional role-based permissions capability • Version 3.1.1 ◦ released April 19, 2018 ◦ Update Spring Security Shiro version script. 2.1. User Permissions To use the Shiro annotations and methods you need a way to associate roles and permissions with users. The Spring Security Core plugin already handles the role part for you,0 码力 | 8 页 | 122.93 KB | 10 月前3Learning Laravel
Pagination 140 Examples 140 Pagination in Laravel 140 Changing pagination views 141 Chapter 46: Permissions for storage 142 Introduction 142 Examples 142 Example 142 Chapter 47: Policies 143 Examples anywhere by anyone, the rest of the app code is invisible or inaccessible to anyone without proper permissions. After developing the application on your development machine, it needs to be pushed to a production Such shared hosting packages, however do have limitations in terms of terminal access and file permissions. By default one has to upload their app/code to the public_html folder on their shared hosting0 码力 | 216 页 | 1.58 MB | 1 年前3Casdoor · An Open Source UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform supporting OAuth 2.0, OIDC, SAML and CAS
the Casdoor user at the end of OAuth login process (aka get the token by code and state). The permissions for the API calls will be the same as the user. The below examples shows how to call GetOAuthToken() you want to call the API as a "machine", "application" or a "service" instead of a user. The permissions for the API calls will be the same as the application (aka the admin of the organization). The itself. The username takes the format of/ . The permissions for the API calls will be the same as the user. Ho How t w to aut o authenticat henticate? e 0 码力 | 825 页 | 58.31 MB | 1 年前3Apache ActiveMQ Artemis 2.37.0 User Manual
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 43.2. Role based security for addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to simplify integration • "FirstMessage" API for scheduled messages • New "view" and "edit" permissions for management operations configurable via security- settings in broker.xml • New sslAutoReload 11.2. Upgrading from 2.28.0 • Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure0 码力 | 539 页 | 11.16 MB | 1 年前3Apache ActiveMQ Artemis 2.36.0 User Manual
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 279 43.2. Role based security for addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to simplify integration • "FirstMessage" API for scheduled messages • New "view" and "edit" permissions for management operations configurable via security- settings in broker.xml • New sslAutoReload 10.2. Upgrading from 2.28.0 • Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure0 码力 | 539 页 | 11.14 MB | 1 年前3Apache ActiveMQ Artemis 2.35.0 User Manual
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 43.2. Role based security for addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to simplify integration • "FirstMessage" API for scheduled messages • New "view" and "edit" permissions for management operations configurable via security- settings in broker.xml • New sslAutoReload 9.2. Upgrading from 2.28.0 • Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure0 码力 | 537 页 | 11.11 MB | 1 年前3Apache ActiveMQ Artemis 2.34.0 User Manual
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277 43.2. Role based security for addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to simplify integration • "FirstMessage" API for scheduled messages • New "view" and "edit" permissions for management operations configurable via security- settings in broker.xml • New sslAutoReload 8.2. Upgrading from 2.28.0 • Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure0 码力 | 537 页 | 11.11 MB | 1 年前3跟我学Shiro - 张开涛
分指 定角色即权限信息; org.apache.shiro.realm.text.PropertiesRealm: user.username=password,role1,role2 指定用户 名/密码及其角色;role.role1=permission1,permission2 指定角色及权限信息; org.apache.shiro.realm.jdbc.JdbcRealm:通过 sql 查询相应的信息,如“select from users where username = ?”获取用户密码及盐;“select role_name from user_roles where username = ?” 获取用户角色;“select permission from roles_permissions where role_name = ?”获取角色对 应的权限信息;也可以调用相应的 api 进行自定义 sql; 本文将使用 mysql 数据库及 druid 连接池; 2、到数据库 shiro 下建三张表:users(用户名/密码)、user_roles(用户/角色)、roles_permissions (角色/权限),具体请参照 shiro-example-chapter2/sql/shiro.sql;并添加一个用户记录,用 户名/密码为 zhang/123; 3、ini 配置(shiro-jdbc-realm0 码力 | 219 页 | 4.16 MB | 10 月前3Apache ActiveMQ Artemis 2.30.0 User Manual
CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Preface 6 Preface What is Apache ActiveMQ Artemis? Apache Upgrading from older versions Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure management.xml either by changing the default-access (not recommended) or specifically configuring a role-access for the particular MBean in question. Note: this applies to all Versions 9 MBean access0 码力 | 500 页 | 6.37 MB | 1 年前3Apache ActiveMQ Artemis 2.29.0 User Manual
CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Preface 6 Preface What is Apache ActiveMQ Artemis? Apache Upgrading from older versions Due to ARTEMIS-4151 the default access for MBeans not defined in the role-access or allowlist of management.xml is now read only. This is a precautionary measure to ensure management.xml either by changing the default-access (not recommended) or specifically configuring a role-access for the particular MBean in question. Note: this applies to all MBean access including directly0 码力 | 499 页 | 6.37 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100