Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allowing to pass RestxRequestMatcher to Permission implementations [b…
…reaking]. If you provided your own Permission implementation(s), you will have to update your has() prototype method to include the RestxRequestMatcher
- Loading branch information
Showing
with
14 additions
and 11 deletions.
- +1 −1 restx-admin/src/main/java/restx/admin/AdminModule.java
- +3 −1 restx-core/src/main/java/restx/security/Permission.java
- +8 −7 restx-core/src/main/java/restx/security/Permissions.java
- +1 −1 restx-core/src/main/java/restx/security/RestxSessionCookieFilter.java
- +1 −1 restx-core/src/main/java/restx/security/StdRestxSecurityManager.java