You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/05/27 04:09:54 UTC

[jira] Created: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Introduce AuthenticationConverter into camel-spring-security
------------------------------------------------------------

                 Key: CAMEL-2756
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.4.0


We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.

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


[jira] Commented: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59557#action_59557 ] 

Claus Ibsen commented on CAMEL-2756:
------------------------------------

Willem I think the xxxConverter name is misleading as you would think its a Camel TypeConverter.

I wonder if there is a better naming for this?

AuthenticationAdapter
AuthenticationStrategy
AuthenticationService

or the likes.



> Introduce AuthenticationConverter into camel-spring-security
> ------------------------------------------------------------
>
>                 Key: CAMEL-2756
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
> The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

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


[jira] Resolved: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2756.
---------------------------------

    Resolution: Fixed

> Introduce AuthenticationConverter into camel-spring-security
> ------------------------------------------------------------
>
>                 Key: CAMEL-2756
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
> The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

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


[jira] Commented: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59565#action_59565 ] 

Willem Jiang commented on CAMEL-2756:
-------------------------------------

Committed the refacting patch into revision 948689.

> Introduce AuthenticationConverter into camel-spring-security
> ------------------------------------------------------------
>
>                 Key: CAMEL-2756
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
> The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

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


[jira] Commented: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59564#action_59564 ] 

Willem Jiang commented on CAMEL-2756:
-------------------------------------

@Claus,

Good catching, I'm heading to this refactoring now.

> Introduce AuthenticationConverter into camel-spring-security
> ------------------------------------------------------------
>
>                 Key: CAMEL-2756
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
> The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

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


[jira] Updated: (CAMEL-2756) Introduce AuthenticationConverter into camel-spring-security

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang updated CAMEL-2756:
--------------------------------

    Description: 
We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

  was:We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.


> Introduce AuthenticationConverter into camel-spring-security
> ------------------------------------------------------------
>
>                 Key: CAMEL-2756
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2756
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We can set different AuthenticationConverter to turn the subject of camel message into the spring Authentication.
> The old AuthenticationTypeConvert will can't make sure the customer converter will be loaded and override the default one.

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