#include <EstablishTrustPolicy.h>
Inheritance diagram for TAO_EstablishTrustPolicy:
Public Methods | |
virtual Security::EstablishTrust | trust (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
CORBA::Policy Methods | |
virtual CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Protected Methods | |
TAO_EstablishTrustPolicy (const Security::EstablishTrust &trust) | |
Constructor. | |
~TAO_EstablishTrustPolicy (void) | |
Destructor. | |
Private Attributes | |
Security::EstablishTrust | trust_ |
Friends | |
class | TAO_Security_PolicyFactory |
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.
This policy can be created by using the CORBA::ORB::create_policy() method by passing it the Security::SecEstablishTrustPolicy policy type, and the appropriate Security::EstablishTrust structure (inserted into a CORBA::Any).
|
Constructor.
|
|
Destructor. Protected destructor to enforce the fact this class is reference counted, and should not be destroyed using delete() by anything other than the reference counting mechanism. |
|
Reimplemented from CORBA::Policy. |
|
Reimplemented from CORBA::Policy. |
|
Reimplemented from 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. |