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 2016/06/08 10:41:20 UTC

[jira] [Updated] (QPID-7168) Allow authentication providers to resolve a realm qualified user identity into a displayable name

     [ https://issues.apache.org/jira/browse/QPID-7168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall updated QPID-7168:
-----------------------------
    Fix Version/s:     (was: qpid-java-6.1)
                   qpid-java-6.2

> Allow authentication providers to resolve a realm qualified user identity into a displayable name
> -------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7168
>                 URL: https://issues.apache.org/jira/browse/QPID-7168
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: qpid-java-6.2
>
>
> Extend the Authentication Provider interface to allow implementations to resolve a realm qualified user identity into a human readable name.  If the authentication provider does not recognise the realm, it is not capable of resolving names or the name is not known, the provider must return null.  Callers must be prepared to handle null.
> Internally, providers may implement this method by calling out to the authentication backend. Alternatively, the provider may maintain a cache of names, populated as users authenticate.  The provider should be prepared to be queried many times for a user's name during the lifetime of Broker's execution, so should take steps to avoid expensive processing, if necessary.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org