Local Interface TransportSecurity::TransportCredentialsCurator
Local Interface TransportSecurity::TransportCredentialsCurator
local interface TransportCredentialsCurator
inherits from TransportSecurity::CredentialsCurator
The TransportCredentialsCurator local interface is used by the
ORB Interceptor to enable any of its valid credentials to start
accepting security contexts if not already doing so.
Operation Index
- add_credentials_creation_listener
- The add_credentials_creation_listener operation adds a
credentials creation listener.
- enable_transport_acceptors
- The enable_transport_acceptors operation is used by the
internals to enable all the credentials to start
accepting security associations.
- remove_credentials_creation_listener
- The remove_credentials_creation_listener operation removes
a credentials creation listener.
Operations
- add_credentials_creation_listener
-
ListenerId add_credentials_creation_listener(in CredentialsCreationListener listener);
The add_credentials_creation_listener operation adds a
credentials creation listener.
- enable_transport_acceptors
-
void enable_transport_acceptors();
The enable_transport_acceptors operation is used by the
internals to enable all the credentials to start
accepting security associations.
- remove_credentials_creation_listener
-
void remove_credentials_creation_listener(in ListenerId id);
The remove_credentials_creation_listener operation removes
a credentials creation listener.
Generated by the ORBacus IDL-to-HTML translator