Access Control on_revoke_permissions implementation in DDSI
Implement handler for access control on_revoke_permissions. This callback function disconnects and deletes all proxy participant that are using the revoked permissions handle (in case of remote permissions expire) and proxy participant that are connected with a participant for which the permissions expire (local permissions expire). Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
e6500b6528
commit
d53cdce8fe
5 changed files with 103 additions and 34 deletions
|
|
@ -29,7 +29,6 @@ typedef struct dds_security_authentication_listener dds_security_authentication_
|
|||
|
||||
/* AuthenticationListener interface */
|
||||
typedef DDS_Security_boolean (*DDS_Security_authentication_listener_on_revoke_identity)(
|
||||
dds_security_authentication_listener *context,
|
||||
const dds_security_authentication *plugin,
|
||||
const DDS_Security_IdentityHandle handle);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue