You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Louis Ryan (JIRA)" <ji...@apache.org> on 2008/11/05 18:59:44 UTC

[jira] Created: (SHINDIG-675) Security token does not expose the authentication mechanism used to generate it

Security token does not expose the authentication mechanism used to generate it
-------------------------------------------------------------------------------

                 Key: SHINDIG-675
                 URL: https://issues.apache.org/jira/browse/SHINDIG-675
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java)
            Reporter: Louis Ryan
            Assignee: Louis Ryan


The security token interface does not expose the method of authentication used to generate it. Containers will likely have ACL policies that vary by the authentication mode.

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


[jira] Resolved: (SHINDIG-675) Security token does not expose the authentication mechanism used to generate it

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

Louis Ryan resolved SHINDIG-675.
--------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

This has now been added. See AuthenitcationModes

> Security token does not expose the authentication mechanism used to generate it
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-675
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-675
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Louis Ryan
>            Assignee: Louis Ryan
>             Fix For: trunk
>
>
> The security token interface does not expose the method of authentication used to generate it. Containers will likely have ACL policies that vary by the authentication mode.

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


[jira] Commented: (SHINDIG-675) Security token does not expose the authentication mechanism used to generate it

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645275#action_12645275 ] 

Kevin Brown commented on SHINDIG-675:
-------------------------------------

That's intentional. There are an infinite number of ways to expose the authentication mechanism.

It seems more likely that we need a generic way of extending the SecurityToken. I still believe strongly in a method like:

String getProperty(String name)

on the SecurityToken interface. These issues keep coming up and the solutions proposed for dealing with it range from annoying to incomprehensible. Why not just add a property bag?

> Security token does not expose the authentication mechanism used to generate it
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-675
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-675
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Louis Ryan
>            Assignee: Louis Ryan
>
> The security token interface does not expose the method of authentication used to generate it. Containers will likely have ACL policies that vary by the authentication mode.

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


[jira] Closed: (SHINDIG-675) Security token does not expose the authentication mechanism used to generate it

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

Louis Ryan closed SHINDIG-675.
------------------------------


> Security token does not expose the authentication mechanism used to generate it
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-675
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-675
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Louis Ryan
>            Assignee: Louis Ryan
>             Fix For: trunk
>
>
> The security token interface does not expose the method of authentication used to generate it. Containers will likely have ACL policies that vary by the authentication mode.

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