#include <SL3_SecurityCurrent_Impl.h>
Public Member Functions | |
virtual | ~SecurityCurrent_Impl (void) |
Destructor. | |
virtual CORBA::ULong | tag (void) const=0 |
Return the unique tag that identifies the concrete subclass. | |
SecurityLevel3::Current Methods | |
These methods are founds in the SecurityLevel3::Current interface. | |
virtual SecurityLevel3::ClientCredentials_ptr | client_credentials ()=0 |
virtual CORBA::Boolean | request_is_local ()=0 |
Is the current request local? |
This class provides the same interface as the SecurityLevel3::SecurityCurrent object. However, it is not derived from that interface since we need to explicitly avoid virtual inheritance so that it is safe to store subclasses in a "void * *" and later cast that pointer back to the subclass pointer type.
Definition at line 47 of file SL3_SecurityCurrent_Impl.h.
|
Destructor.
|
|
Return the Credentials received from the client associate with the current request. Referenced by TAO::SL3::SecurityCurrent::client_credentials(). |
|
Is the current request local?
Referenced by TAO::SL3::SecurityCurrent::request_is_local(). |
|
Return the unique tag that identifies the concrete subclass.
|