You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2007/09/12 11:34:32 UTC

[jira] Created: (RAMPART-87) Add renewal and validation support for issued token

Add renewal and validation support for issued token
---------------------------------------------------

                 Key: RAMPART-87
                 URL: https://issues.apache.org/jira/browse/RAMPART-87
             Project: Rampart
          Issue Type: New Feature
          Components: rampart-trust
            Reporter: Ruchith Udayanga Fernando




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-87) Add renewal and validation support for issued token

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

Nandana Mihindukulasooriya updated RAMPART-87:
----------------------------------------------

    Fix Version/s: 1.4

Set Fix version to 1.4. 

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>             Fix For: 1.4
>
>         Attachments: saml_token_validation.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-87) Add renewal and validation support for issued token

Posted by "Joana M. F. Trindade (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joana M. F. Trindade updated RAMPART-87:
----------------------------------------

    Attachment:     (was: saml_token_validation.zip)

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (RAMPART-87) Add renewal and validation support for issued token

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

Nandana Mihindukulasooriya resolved RAMPART-87.
-----------------------------------------------

    Resolution: Fixed

Applied the patch. 
thanks Joana. 

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>         Attachments: saml_token_validation.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-87) Add renewal and validation support for issued token

Posted by "Joana M. F. Trindade (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joana M. F. Trindade updated RAMPART-87:
----------------------------------------

    Attachment: saml_token_validation.zip

-- New -- 
SAMLTokenValidator -> contains the code for the validator itself. Since I did not implement support for configuration files, I reuse the confinguration in place for SAMLTokenIssuer. 

-- Modified -- 
RahasConstants -> added 2 LocalNames ("STATUS" and "CODE"), status codes (valid and invalid) and a token type ("TOK_TYPE_STATUS"). 
TokenValidator -> changed method setConfigurationElement(String arg) to setConfigurationElement(OMElement arg), according to TokenCanceler and TokenIssuer interfaces. 
SAMLTokenIssuer -> added getters for the config objects, in order to reuse them on the SAMLTokenValidator. This can be taken out if SAMLTokenValidatorConfig gets implemented. 
TokenRequestDispatcher -> added code for validate requests on method handle(MessageContext arg0, MessageContext arg1). 

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>         Attachments: saml_token_validation.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (RAMPART-87) Add renewal and validation support for issued token

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

Nandana Mihindukulasooriya reassigned RAMPART-87:
-------------------------------------------------

    Assignee: Nandana Mihindukulasooriya

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (RAMPART-87) Add renewal and validation support for issued token

Posted by "Joana M. F. Trindade (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joana M. F. Trindade updated RAMPART-87:
----------------------------------------

    Attachment: saml_token_validation.zip

-- New --
SAMLTokenValidator -> contains the code for the validator itself. Since I did not implement support for configuration files, I reuse the confinguration in place for SAMLTokenIssuer.

-- Modified --
RahasConstants -> added 2 LocalNames ("STATUS" and "CODE"), status codes (valid and invalid) and a token type ("TOK_TYPE_STATUS").
TokenValidator -> changed method setConfigurationElement(String arg) to setConfigurationElement(OMElement arg), according to TokenCanceler and TokenIssuer interfaces.
SAMLTokenIssuer -> added getters for the config objects, in order to reuse them on the SAMLTokenValidator. This can be taken out if SAMLTokenValidatorConfig gets implemented.
TokenRequestDispatcher -> added code for validate requests on method handle(MessageContext arg0, MessageContext arg1).

> Add renewal and validation support for issued token
> ---------------------------------------------------
>
>                 Key: RAMPART-87
>                 URL: https://issues.apache.org/jira/browse/RAMPART-87
>             Project: Rampart
>          Issue Type: New Feature
>          Components: rampart-trust
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Nandana Mihindukulasooriya
>         Attachments: saml_token_validation.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.