Local Interface TransportSecurity::TransportOwnCredentials
Local Interface TransportSecurity::TransportOwnCredentials
local interface TransportOwnCredentials
inherits from TransportSecurity::OwnCredentials
The TransportOwnCredentials extension of the OwnCredentials
is used to give the ability for users these credentials to
get notification when these credentials finally become
relinquished. These functions are used by the Security
Level3 Credentials in their release management.
Operation Index
- add_relinquished_listener
- The add_relinquished_listener operations adds
a listener that will get notified when the
OwnCredentials are finally done with any pending
work and are relinquished by the security service
The credentials must be released.
- remove_relinquished_listener
- The remove_relinquished_listener operation removes a listener.
Operations
- add_relinquished_listener
-
ListenerId add_relinquished_listener(in RelinquishedCredentialsListener listener);
The add_relinquished_listener operations adds
a listener that will get notified when the
OwnCredentials are finally done with any pending
work and are relinquished by the security service
The credentials must be released.
- remove_relinquished_listener
-
void remove_relinquished_listener(in ListenerId id);
The remove_relinquished_listener operation removes a listener.
This function raises a BAD_PARAM exception if the listener
is not registered.
Generated by the ORBacus IDL-to-HTML translator