[jboss-dev-forums] [PicketBox Development] - Re: Security Context Propagation
Pedro Igor
do-not-reply at jboss.com
Wed Aug 22 10:27:19 EDT 2012
Pedro Igor [https://community.jboss.org/people/pcraveiro] created the discussion
"Re: Security Context Propagation"
To view the discussion, visit: https://community.jboss.org/message/755159#755159
--------------------------------------------------------------
PicketBox already works with sessions to use different stores: local-inmemory or in-memory distributable cache. Your proposal can work with what we already have.
The PicketBoxSubject and PicketBoxSession work very similar to the SecurityContext. But I agree that is better to have a specific class for that.
Maybe we can have something like: PicketBoxSubject.propagate(). Where this method is responsible to create a SC instance by using some factory or something (let developers code their own SC) and to know how to propagate it.
Basically, your logic would be inside the PicketBoxSubject.propagate() method.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/755159#755159]
Start a new discussion in PicketBox Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2088]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120822/1165fde7/attachment.html
More information about the jboss-dev-forums
mailing list