Local Interface TransportSecurity::SecurityCurrent

Local Interface TransportSecurity::SecurityCurrent

local interface SecurityCurrent
The SecurityCurrent object holds thread specific data pertaining to the security service. It is used to retrieve the client's credentials during an invocation on the server side. The retrieved ClientCredentials represents the transport association with the client during a request.

There is only one instance of this object per ORB instance. It is resolved by a call to

   ORB.resolve_initial_references("TransportSecurity:SecurityCurrent");
 

Attribute Index

client_credentials
The client_credentials attribute returns the ClientCredentials that represents the threads security association with the remote client.

Attributes

client_credentials
readonly attribute ClientCredentials client_credentials;

The client_credentials attribute returns the ClientCredentials that represents the threads security association with the remote client. If this is a CSIv2 only based request, this attribute will be null. This attribute will also be null if the thread is purely a client thread.


Generated by the ORBacus IDL-to-HTML translator