You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@apache.org> on 2010/05/26 03:56:33 UTC

[jira] Created: (SHINDIG-1341) Shindig should use a Set, not a List ....

Shindig should use a Set<AuthenticationHandler>, not a List<AuthenticationHandler> .... 
----------------------------------------------------------------------------------------

                 Key: SHINDIG-1341
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1341
             Project: Shindig
          Issue Type: New Feature
          Components: Java
    Affects Versions: 1.1-BETA5, 2.0.0-RC1
            Reporter: Henning Schmiedehausen
         Attachments: SHINDIG-1341.patch

... because then you can use a Multibinder to collect the AuthenticationHandler implementations.

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


[jira] Commented: (SHINDIG-1341) Shindig should use a Set, not a List ....

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871534#action_12871534 ] 

Paul Lindner commented on SHINDIG-1341:
---------------------------------------

hmm, I thought there was some explicit ordering of AuthenticationHandlers....   Could be trouble...

> Shindig should use a Set<AuthenticationHandler>, not a List<AuthenticationHandler> .... 
> ----------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1341
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1341
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>    Affects Versions: 1.1-BETA5, 2.0.0-RC1
>            Reporter: Henning Schmiedehausen
>            Assignee: Henning Schmiedehausen
>         Attachments: SHINDIG-1341.patch
>
>
> ... because then you can use a Multibinder to collect the AuthenticationHandler implementations.

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


[jira] Assigned: (SHINDIG-1341) Shindig should use a Set, not a List ....

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

Henning Schmiedehausen reassigned SHINDIG-1341:
-----------------------------------------------

    Assignee: Henning Schmiedehausen

> Shindig should use a Set<AuthenticationHandler>, not a List<AuthenticationHandler> .... 
> ----------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1341
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1341
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>    Affects Versions: 1.1-BETA5, 2.0.0-RC1
>            Reporter: Henning Schmiedehausen
>            Assignee: Henning Schmiedehausen
>         Attachments: SHINDIG-1341.patch
>
>
> ... because then you can use a Multibinder to collect the AuthenticationHandler implementations.

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


[jira] Commented: (SHINDIG-1341) Shindig should use a Set, not a List ....

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876843#action_12876843 ] 

Henning Schmiedehausen commented on SHINDIG-1341:
-------------------------------------------------

That is interesting. I think that the Authentication handlers should be totally independent of each other. If they need ordering, there should be a way to explicitly order them (e.g. have a getPriority() field and make the servlet more intelligent).

> Shindig should use a Set<AuthenticationHandler>, not a List<AuthenticationHandler> .... 
> ----------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1341
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1341
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>    Affects Versions: 1.1-BETA5, 2.0.0-RC1
>            Reporter: Henning Schmiedehausen
>            Assignee: Henning Schmiedehausen
>         Attachments: SHINDIG-1341.patch
>
>
> ... because then you can use a Multibinder to collect the AuthenticationHandler implementations.

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


[jira] Updated: (SHINDIG-1341) Shindig should use a Set, not a List ....

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

Henning Schmiedehausen updated SHINDIG-1341:
--------------------------------------------

    Attachment: SHINDIG-1341.patch

> Shindig should use a Set<AuthenticationHandler>, not a List<AuthenticationHandler> .... 
> ----------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1341
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1341
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Java
>    Affects Versions: 1.1-BETA5, 2.0.0-RC1
>            Reporter: Henning Schmiedehausen
>         Attachments: SHINDIG-1341.patch
>
>
> ... because then you can use a Multibinder to collect the AuthenticationHandler implementations.

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