[jboss-jira] [JBoss JIRA] Commented: (JBID-136) JBoss STS - add support for batch requests
Stefan Guilhen (JIRA)
jira-events at lists.jboss.org
Mon Jul 20 15:44:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JBID-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12476912#action_12476912 ]
Stefan Guilhen commented on JBID-136:
-------------------------------------
The rules for batch processing are as follows:
- if any of the requests fails, the whole request processing must fail with an exception. So, either all requests are successfully handled or an exception must be thrown.
- all the requests in the batch must be of the same "type" (BatchIssue, BatchValidate, etc). An exception will be thrown if the request types differ.
> JBoss STS - add support for batch requests
> -------------------------------------------
>
> Key: JBID-136
> URL: https://jira.jboss.org/jira/browse/JBID-136
> Project: JBoss Identity
> Issue Type: Task
> Components: Identity-Federation
> Affects Versions: IDFED-1.0.0.alpha3
> Reporter: Stefan Guilhen
> Assignee: Stefan Guilhen
> Fix For: IDFED-1.0.0.alpha4
>
>
> The WS-Trust specification defines the concept of batch requests in which a client can ask for multiple tokens to be issued/validated/renewed/cancelled using a single WS-Trust request. The STS must be changed so it can process such requests.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list