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 (Created) (JIRA)" <ji...@apache.org> on 2011/12/08 16:49:40 UTC

[jira] [Created] (WSS-329) Support validating Conditions in the SAMLAssertionValidator.

Support validating Conditions in the SAMLAssertionValidator.
------------------------------------------------------------

                 Key: WSS-329
                 URL: https://issues.apache.org/jira/browse/WSS-329
             Project: WSS4J
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh



This task is to support validating Conditions in the SAMLAssertionValidator, i.e. checking the current time against NotBefore and NotOnOrAfter.

--
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] [Closed] (WSS-329) Support validating Conditions in the SAMLAssertionValidator.

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

Colm O hEigeartaigh closed WSS-329.
-----------------------------------

    
> Support validating Conditions in the SAMLAssertionValidator.
> ------------------------------------------------------------
>
>                 Key: WSS-329
>                 URL: https://issues.apache.org/jira/browse/WSS-329
>             Project: WSS4J
>          Issue Type: Improvement
>    Affects Versions: 1.6.4
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 1.6.5
>
>
> This task is to support validating Conditions in the SAMLAssertionValidator, i.e. checking the current time against NotBefore and NotOnOrAfter.

--
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] [Resolved] (WSS-329) Support validating Conditions in the SAMLAssertionValidator.

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

Colm O hEigeartaigh resolved WSS-329.
-------------------------------------

    Resolution: Fixed
    
> Support validating Conditions in the SAMLAssertionValidator.
> ------------------------------------------------------------
>
>                 Key: WSS-329
>                 URL: https://issues.apache.org/jira/browse/WSS-329
>             Project: WSS4J
>          Issue Type: Improvement
>    Affects Versions: 1.6.4
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 1.6.5
>
>
> This task is to support validating Conditions in the SAMLAssertionValidator, i.e. checking the current time against NotBefore and NotOnOrAfter.

--
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-329) Support validating Conditions in the SAMLAssertionValidator.

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

Colm O hEigeartaigh updated WSS-329:
------------------------------------

    Affects Version/s: 1.6.4
        Fix Version/s: 1.6.5
    
> Support validating Conditions in the SAMLAssertionValidator.
> ------------------------------------------------------------
>
>                 Key: WSS-329
>                 URL: https://issues.apache.org/jira/browse/WSS-329
>             Project: WSS4J
>          Issue Type: Improvement
>    Affects Versions: 1.6.4
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 1.6.5
>
>
> This task is to support validating Conditions in the SAMLAssertionValidator, i.e. checking the current time against NotBefore and NotOnOrAfter.

--
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] [Commented] (WSS-329) Support validating Conditions in the SAMLAssertionValidator.

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

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

Author: coheigea
Date: Thu Dec  8 15:49:57 2011
New Revision: 1211938

URL: http://svn.apache.org/viewvc?rev=1211938&view=rev
Log:
[WSS-320] - Support validating Conditions in the SAMLAssertionValidator.

Added:
   webservices/wss4j/trunk/src/test/java/org/apache/ws/security/saml/SamlConditionsTest.java
Modified:
   webservices/wss4j/trunk/src/main/java/org/apache/ws/security/validate/SamlAssertionValidator.java
   webservices/wss4j/trunk/src/test/java/org/apache/ws/security/common/AbstractSAMLCallbackHandler.java
   webservices/wss4j/trunk/src/test/java/org/apache/ws/security/common/SAML1CallbackHandler.java
   webservices/wss4j/trunk/src/test/java/org/apache/ws/security/common/SAML2CallbackHandler.java
   webservices/wss4j/trunk/src/test/java/org/apache/ws/security/saml/SamlReferenceTest.java
                
> Support validating Conditions in the SAMLAssertionValidator.
> ------------------------------------------------------------
>
>                 Key: WSS-329
>                 URL: https://issues.apache.org/jira/browse/WSS-329
>             Project: WSS4J
>          Issue Type: Improvement
>    Affects Versions: 1.6.4
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>             Fix For: 1.6.5
>
>
> This task is to support validating Conditions in the SAMLAssertionValidator, i.e. checking the current time against NotBefore and NotOnOrAfter.

--
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