You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Aki Yoshida (JIRA)" <ji...@apache.org> on 2013/02/14 12:56:12 UTC

[jira] [Created] (CXF-4829) Add OperationInfo based authorization interceptor

Aki Yoshida created CXF-4829:
--------------------------------

             Summary: Add OperationInfo based authorization interceptor
                 Key: CXF-4829
                 URL: https://issues.apache.org/jira/browse/CXF-4829
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.7.3
            Reporter: Aki Yoshida
            Assignee: Aki Yoshida


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira