Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.3
-
None
-
Unknown
Description
CXF provides a simple authorizing feature using SimpleAuthorizingInterceptor. However, this interceptor assumes there is a service class available at the endpoint and roles are assigned to its methods. That means, it does not work if there is no service class (e.g., you are using just a WSDL file). In such cases, it is more appropriate to use the service's operation information to perform authorization.