You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2011/05/27 13:01:47 UTC

[jira] [Created] (QPID-3283) Make AuthenticationManager pluggable

Make AuthenticationManager pluggable
------------------------------------

                 Key: QPID-3283
                 URL: https://issues.apache.org/jira/browse/QPID-3283
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 0.11
            Reporter: Keith Wall
            Assignee: Keith Wall


This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".

The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.

Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.

This change *will* alter the format of the config.xml file.  Existing users of <=0-10 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.

See also:

https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3283) Make AuthenticationManager pluggable

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

Robbie Gemmell resolved QPID-3283.
----------------------------------

    Resolution: Fixed
      Assignee: Robbie Gemmell  (was: Keith Wall)

Looks good to me, patch applied.

> Make AuthenticationManager pluggable
> ------------------------------------
>
>                 Key: QPID-3283
>                 URL: https://issues.apache.org/jira/browse/QPID-3283
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>             Fix For: 0.13
>
>         Attachments: 0001-QPID-3283-Make-Authentication-Manager-pluggable.patch
>
>
> This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".
> The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.
> Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.
> This change *will* alter the format of the config.xml file.  Existing users of <=0-12 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.
> See also:
> https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3283) Make AuthenticationManager pluggable

Posted by "Keith Wall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066873#comment-13066873 ] 

Keith Wall commented on QPID-3283:
----------------------------------

Add 0.13 specific config page to describe these changes:

https://cwiki.apache.org/confluence/display/qpid/Configure+the+Broker+via+config.xml

> Make AuthenticationManager pluggable
> ------------------------------------
>
>                 Key: QPID-3283
>                 URL: https://issues.apache.org/jira/browse/QPID-3283
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Robbie Gemmell
>             Fix For: 0.13
>
>         Attachments: 0001-QPID-3283-Make-Authentication-Manager-pluggable.patch
>
>
> This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".
> The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.
> Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.
> This change *will* alter the format of the config.xml file.  Existing users of <=0-12 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.
> See also:
> https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3283) Make AuthenticationManager pluggable

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

Keith Wall updated QPID-3283:
-----------------------------

    Attachment: 0001-QPID-3283-Make-Authentication-Manager-pluggable.patch

Hi Robbie

Please find attached proposed patch for this improvement.

cheers Keith

> Make AuthenticationManager pluggable
> ------------------------------------
>
>                 Key: QPID-3283
>                 URL: https://issues.apache.org/jira/browse/QPID-3283
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.13
>
>         Attachments: 0001-QPID-3283-Make-Authentication-Manager-pluggable.patch
>
>
> This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".
> The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.
> Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.
> This change *will* alter the format of the config.xml file.  Existing users of <=0-12 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.
> See also:
> https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3283) Make AuthenticationManager pluggable

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

Keith Wall updated QPID-3283:
-----------------------------

          Description: 
This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".

The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.

Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.

This change *will* alter the format of the config.xml file.  Existing users of <=0-12 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.

See also:

https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers


  was:
This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".

The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.

Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.

This change *will* alter the format of the config.xml file.  Existing users of <=0-10 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.

See also:

https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers


    Affects Version/s:     (was: 0.11)
        Fix Version/s: 0.13

> Make AuthenticationManager pluggable
> ------------------------------------
>
>                 Key: QPID-3283
>                 URL: https://issues.apache.org/jira/browse/QPID-3283
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.13
>
>
> This improvement forms part of the proposal I made to the Qpid Developer List on 2011-05-16 in the posting entitled "Java Broker: Pluggable Authentication Managers".
> The existing AuthenticationManager and configuration classes will be refactored to allow a user to choose an implementation of AuthenticationManager through new elements in the config.xml.
> Existing use-cases (that is authentication against the etc/passwd file) will be maintained by plugging-in the PrincipalDatabaseAuthenticationManager implementation.   Future implementations of AuthenticationManager could then allow authentication to be delegated to an external system such as an LDAP Directory.
> This change *will* alter the format of the config.xml file.  Existing users of <=0-12 will need to edit their config.xml when upgrading.  Documentation will be updated to guide upgraders and helpful error messages will gently reject older configure files.
> See also:
> https://cwiki.apache.org/confluence/display/qpid/Java+Pluggable+Authentication+Managers

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org