Skip to content

Interceptor on endpoint [SWS-474] #533

@gregturn

Description

@gregturn

Thomas Champagne opened SWS-474 and commented

With the current implementation, it's not possible to define an EndpointInterceptor on a particular endpoint. You can only add interceptors on EndpointMapping so in a group of endpoint.

When you use annotations (@Endpoint), you have only one EndpointMapping (AnnotationMethodEndpointMapping) for all endpoints and you can not define an interceptor for one method.

Personally, I would like secured some methods but not all with the XwsSecurityInterceptor. But with the AnnotationMethodEndpointMapping, I can't do that.

A thread in the forum about this problem.


Affects: 1.5.5

2 votes, 5 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions