-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
Pavel Král opened SWS-723 and commented
Wss4jSecurityInterceptor
implementation has design restriction making it practically imposible to extend. While working on Kerberos extension in Wss4j, I have to add new properties to configure ServicePrincipalName etc. I suggest to:
- change scope from private to protected for method
Wss4jSecurityInterceptor#initializeRequestData(messageContext)
for ability to accessReqData
custom properties or - make
Wss4jHandler
public so it make sense to use genericset/getOptions
in subclasses
Attachments:
- Wss4jSecurityInterceptor.patch (2.01 kB)
Referenced from: commits c906817
1 votes, 1 watchers
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task