local interface SecurityCurrentThe
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");
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.