#include <SL2_EstablishTrustPolicy.h>
Inheritance diagram for TAO::Security::EstablishTrustPolicy:
Public Member Functions | |
EstablishTrustPolicy (const::Security::EstablishTrust &trust) | |
Constructor. | |
virtual::Security::EstablishTrust | trust () throw (CORBA::SystemException) |
CORBA::Policy Methods | |
virtual CORBA::PolicyType | policy_type () throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy () throw (CORBA::SystemException) |
virtual void | destroy () 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.
Definition at line 54 of file SL2_EstablishTrustPolicy.h.
|
Constructor.
Definition at line 15 of file SL2_EstablishTrustPolicy.cpp.
00017 : trust_ (trust) 00018 { 00019 } |
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. Definition at line 21 of file SL2_EstablishTrustPolicy.cpp.
00022 { 00023 } |
|
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
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. Definition at line 95 of file SL2_EstablishTrustPolicy.h. |