|
TAO_Security
2.1.2
|
Implementation of the SecurityLevel2::EstablishTrustPolicy. More...
#include <SL2_EstablishTrustPolicy.h>

Protected Member Functions | |
| ~EstablishTrustPolicy (void) | |
| Destructor. | |
Protected Member Functions inherited from CORBA::LocalObject | |
| LocalObject (void) | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
Private Attributes | |
| ::Security::EstablishTrust const | trust_ |
Additional Inherited Members | |
Public Types inherited from CORBA::LocalObject | |
| typedef LocalObject_ptr | _ptr_type |
| typedef LocalObject_var | _var_type |
| typedef LocalObject_out | _out_type |
Public Types inherited from CORBA::Object | |
Static Public Member Functions inherited from CORBA::LocalObject | |
| static LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
| static LocalObject_ptr | _nil (void) |
| static LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
| static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
| static void | _tao_any_destructor (void *) |
| static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
| static void | tao_object_initialize (Object *) |
| static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
Public Attributes inherited from SecurityLevel2::EstablishTrustPolicy | |
| readonly attribute Security::EstablishTrust | trust |
Protected Attributes inherited from CORBA::LocalObject | |
| ACE_Atomic_Op< TAO_SYNCH_MUTEX, unsigned long > | refcount_ |
Protected Attributes inherited from CORBA::Object | |
Implementation of the SecurityLevel2::EstablishTrustPolicy.
This policy can be used to enable or disable establishment of trust in the client or the target or both on a per-object basis. For example, it can be set as a policy override using the standard CORBA::Object::_set_policy_overrides() method.
appropriate Security::EstablishTrust structure (inserted into a CORBA::Any).
| TAO::Security::EstablishTrustPolicy::EstablishTrustPolicy | ( | const ::Security::EstablishTrust & | trust | ) |
Constructor.
|
protected |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
virtual |
Reimplemented from CORBA::Policy.
|
virtual |
Reimplemented from CORBA::Policy.
|
virtual |
Reimplemented from CORBA::Policy.
| Security::EstablishTrust TAO::Security::EstablishTrustPolicy::trust | ( | void | ) |
Return the "establish trust" value associated with this policy.
|
private |
Quality of protection which can be specified for an object reference and used to protect messages.
1.8.1.1