You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2012/08/23 15:12:41 UTC

[jira] [Created] (WSS-400) Support processing an Embedded child of a SecurityTokenReference for the Stax code

Colm O hEigeartaigh created WSS-400:
---------------------------------------

             Summary: Support processing an Embedded child of a SecurityTokenReference for the Stax code
                 Key: WSS-400
                 URL: https://issues.apache.org/jira/browse/WSS-400
             Project: WSS4J
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 2.0



This task is to support processing an Embedded child of a SecurityTokenReference for the Stax code + associated BSP rules R3056 + R3060 in the SecurityTokenFactoryImpl.

Colm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Updated] (WSS-400) Support processing an Embedded child of a SecurityTokenReference for the Stax code

Posted by "Marc Giger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Giger updated WSS-400:
---------------------------

    Fix Version/s:     (was: 2.0)
    
> Support processing an Embedded child of a SecurityTokenReference for the Stax code
> ----------------------------------------------------------------------------------
>
>                 Key: WSS-400
>                 URL: https://issues.apache.org/jira/browse/WSS-400
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>         Attachments: embedded-token.patch
>
>
> This task is to support processing an Embedded child of a SecurityTokenReference for the Stax code + associated BSP rules R3056 + R3060 in the SecurityTokenFactoryImpl.
> Colm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Commented] (WSS-400) Support processing an Embedded child of a SecurityTokenReference for the Stax code

Posted by "Marc Giger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13485986#comment-13485986 ] 

Marc Giger commented on WSS-400:
--------------------------------

Hi Colm,

I did take a look how to implement this in the stax code and noticed that the DOM code checks for BSP violations regarding the Embedded Element but there is no concrete implementation to extract the token!?! Do I miss something? What's the intention for the DOM code?

Marc

                
> Support processing an Embedded child of a SecurityTokenReference for the Stax code
> ----------------------------------------------------------------------------------
>
>                 Key: WSS-400
>                 URL: https://issues.apache.org/jira/browse/WSS-400
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>
> This task is to support processing an Embedded child of a SecurityTokenReference for the Stax code + associated BSP rules R3056 + R3060 in the SecurityTokenFactoryImpl.
> Colm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Updated] (WSS-400) Support processing an Embedded child of a SecurityTokenReference for the Stax code

Posted by "Marc Giger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Giger updated WSS-400:
---------------------------

    Attachment: embedded-token.patch

Attached patch for initial support for embedded tokens. Just to not loose the work. This works that way as long as the token itself isn't signed. To support signed tokens we have to move the embedded token processing to the appropriate handler because we need more informations (e.g. the parent elements for incl. C14N, the parent-element path and such) which we don't have in the SecurityTokenFactory. Also this way the marshalling / unmarshalling of the embedded token would be obsolete.
                
> Support processing an Embedded child of a SecurityTokenReference for the Stax code
> ----------------------------------------------------------------------------------
>
>                 Key: WSS-400
>                 URL: https://issues.apache.org/jira/browse/WSS-400
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>         Attachments: embedded-token.patch
>
>
> This task is to support processing an Embedded child of a SecurityTokenReference for the Stax code + associated BSP rules R3056 + R3060 in the SecurityTokenFactoryImpl.
> Colm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] [Commented] (WSS-400) Support processing an Embedded child of a SecurityTokenReference for the Stax code

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486760#comment-13486760 ] 

Colm O hEigeartaigh commented on WSS-400:
-----------------------------------------

Hi Marc,

You're right, the DOM code doesn't seem to support processing an Embedded token. I guess we could just remove the "2.0" version for this ticket so that we can fix it for a future version if required.

Colm.
                
> Support processing an Embedded child of a SecurityTokenReference for the Stax code
> ----------------------------------------------------------------------------------
>
>                 Key: WSS-400
>                 URL: https://issues.apache.org/jira/browse/WSS-400
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 2.0
>
>
> This task is to support processing an Embedded child of a SecurityTokenReference for the Stax code + associated BSP rules R3056 + R3060 in the SecurityTokenFactoryImpl.
> Colm.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org