OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

amqp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [amqp] [OASIS Issue Tracker] (AMQP-119) Deleting tokens


The resource really is a token cache scoped to the connection and managed by the client.  Expired tokens just go away. Delete on an empty named "slot" is a NOP. 

The interactions with it happen under three circumstances:

a) put-token/delete-token calls
b) token acquisition at link creation
c) token reacquisiton as a link's token expires

You can replace or delete a token from that cache without affecting existing links. 

Yanking a link from a client because of a server-side security concerns is a management operation on the broker that is orthogonal to this. It may refer to a/some claim(s) in the token, obviously. 


-----Original Message-----
From: amqp@lists.oasis-open.org [mailto:amqp@lists.oasis-open.org] On Behalf Of OASIS Issues Tracker
Sent: Friday, May 5, 2017 3:51 PM
To: amqp@lists.oasis-open.org
Subject: [amqp] [OASIS Issue Tracker] (AMQP-119) Deleting tokens

Rob Godfrey created AMQP-119:
--------------------------------

             Summary: Deleting tokens
                 Key: AMQP-119
                 URL: https://issues.oasis-open.org/browse/AMQP-119
             Project: OASIS Advanced Message Queuing Protocol (AMQP) TC
          Issue Type: Bug
          Components: Claims Based Security
    Affects Versions: cbs-WD03
            Reporter: Rob Godfrey


What happens to a token which has expired - is it necessary to explicitly delete it, or will it be automatically removed.

Is it an error to delete a token which is no longer present?  If so what is the error that should be expected?  Are there any other "expected" errors (e.g. would it potentially be an error to remove a token which is currently "in use" - e.g. is required to prove the client has the authority to establish a link which is currently established)?



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)

---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]