Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.cxf.rs.security.saml.authorization.ClaimsAuthorizingInterceptor ("org.apache.cxf.rt.security.claims.interceptor.ClaimsAuthorizingInterceptor" from CXF 3.3.0) enforces the CBAC rules. This filter can be overridden and configured with the rules directly which can be useful if no Claim-related annotations are expected in the code. Map nameAliases and formatAliases properties are supported to make @Claim annotations look a bit simpler, for example:

...