#include <SL2_EstablishTrustPolicy.h>
Inheritance diagram for TAO::Security::EstablishTrustPolicy:
Public Member Functions | |
EstablishTrustPolicy (const ::Security::EstablishTrust &trust) | |
Constructor. | |
virtual ::Security::EstablishTrust | trust (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
CORBA::Policy Methods | |
virtual CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
Protected Member Functions | |
~EstablishTrustPolicy (void) | |
Destructor. | |
Private Attributes | |
::Security::EstablishTrust const | trust_ |
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.
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. |
|
|
|
|
|
|
|
Return the "establish trust" value associated with this policy. |
|
Quality of protection which can be specified for an object reference and used to protect messages. |