Session less suject factory. (Support for Web Services Security)
----------------------------------------------------------------
Key: SHIRO-187
URL: https://issues.apache.org/jira/browse/SHIRO-187
Project: Shiro
Issue Type: New Feature
Reporter: Peter Ladanyi
Priority: Critical
This use case is connected to WS security.
I would like to use shiro in session less mode . The reason for that is that
each ws request will be issued with own security ctx (principals and
credential),which are part of soap header and therefor no session management is
needed/wanted at all.
what is needed is a filter that will do the subject unbinding from threadlocal
as complement to PasswordValidationCallback.PasswordValidator where the actual
binding can be done. But what i'm missing is the session less factory for
subject creation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.