#include <SL2_QOPPolicy.h>
Inheritance diagram for TAO::Security::QOPPolicy:


Public Member Functions | |
| QOPPolicy (::Security::QOP qop) | |
| Constructor. | |
| virtual ::Security::QOP | qop (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 | |
| ~QOPPolicy (void) | |
| Destructor. | |
Private Attributes | |
| ::Security::QOP | qop_ |
This policy can be used to affect the quality of protection (QoP) for invocation 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 mechansim. |
|
|
Implements CORBA::Policy. |
|
|
Implements CORBA::Policy. |
|
|
Implements CORBA::Policy. |
|
|
Return the Quality-of-Protection value associated with this policy. |
|
|
Quality of protection which can be specified for an object reference and used to protect messages. |
1.3.9.1