You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Bob Lannoy (JIRA)" <ji...@apache.org> on 2012/06/20 14:50:42 UTC

[jira] [Created] (SYNCOPE-98) Method to check if token has expired

Bob Lannoy created SYNCOPE-98:
---------------------------------

             Summary: Method to check if token has expired
                 Key: SYNCOPE-98
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
             Project: Syncope
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.0.0-incubating
            Reporter: Bob Lannoy
            Priority: Minor


I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Closed] (SYNCOPE-98) Method to check if token has expired

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

fabio martelli closed SYNCOPE-98.
---------------------------------


Bulk close for 1.0.0-RC2-incubating
                
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>             Fix For: 1.0.0-incubating
>
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Resolved] (SYNCOPE-98) Method to check if token has expired

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

fabio martelli resolved SYNCOPE-98.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0-incubating
    
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>             Fix For: 1.0.0-incubating
>
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Commented] (SYNCOPE-98) Method to check if token has expired

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406982#comment-13406982 ] 

Hudson commented on SYNCOPE-98:
-------------------------------

Integrated in Syncope-linux #197 (See [https://builds.apache.org/job/Syncope-linux/197/])
    SYNCOPE-98 #comment fixed a selenium test (Revision 1352130)

     Result = SUCCESS
fmartelli : 
Files : 
* /incubator/syncope/trunk/console/src/test/java/org/apache/syncope/console/RoleTestITCase.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

                
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>             Fix For: 1.0.0-incubating
>
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Assigned] (SYNCOPE-98) Method to check if token has expired

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

fabio martelli reassigned SYNCOPE-98:
-------------------------------------

    Assignee: fabio martelli
    
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Commented] (SYNCOPE-98) Method to check if token has expired

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406956#comment-13406956 ] 

Hudson commented on SYNCOPE-98:
-------------------------------

Integrated in Syncope-linux #196 (See [https://builds.apache.org/job/Syncope-linux/196/])
    SYNCOPE-98 #comment fixed a selenium test (Revision 1352130)

     Result = FAILURE
fmartelli : 
Files : 
* /incubator/syncope/trunk/console/src/test/java/org/apache/syncope/console/RoleTestITCase.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

                
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>             Fix For: 1.0.0-incubating
>
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Commented] (SYNCOPE-98) Method to check if token has expired

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406724#comment-13406724 ] 

Hudson commented on SYNCOPE-98:
-------------------------------

Integrated in Syncope-linux #195 (See [https://builds.apache.org/job/Syncope-linux/195/])
    SYNCOPE-98 #comment fixed a selenium test (Revision 1352130)

     Result = FAILURE
fmartelli : 
Files : 
* /incubator/syncope/trunk/console/src/test/java/org/apache/syncope/console/RoleTestITCase.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/beans/user/SyncopeUser.java

                
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Assignee: fabio martelli
>            Priority: Minor
>              Labels: core, user
>             Fix For: 1.0.0-incubating
>
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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

        

[jira] [Updated] (SYNCOPE-98) Method to check if token has expired

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

Bob Lannoy updated SYNCOPE-98:
------------------------------

    Attachment: SyncopeUser.java.patch

Suggested patch
                
> Method to check if token has expired
> ------------------------------------
>
>                 Key: SYNCOPE-98
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-98
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0-incubating
>            Reporter: Bob Lannoy
>            Priority: Minor
>              Labels: core, user
>         Attachments: SyncopeUser.java.patch
>
>
> I would like to check a token has expired, not just that it's invalid (either being wrong or expired)
> I think it makes sense to add a method to SyncopeUser (hasTokenExpired) for that.

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