#include <SL2_QOPPolicy.h>
Inheritance diagram for TAO::Security::QOPPolicy:
Public Member Functions | |
QOPPolicy (::Security::QOP qop) | |
Constructor. | |
virtual::Security::QOP | qop () 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 | |
~QOPPolicy (void) | |
Destructor. | |
Private Attributes | |
::Security::QOP const | 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.
Definition at line 51 of file SL2_QOPPolicy.h.
|
Constructor.
Definition at line 15 of file SL2_QOPPolicy.cpp.
00016 : qop_ (qop) 00017 { 00018 } |
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechansim. Definition at line 20 of file SL2_QOPPolicy.cpp.
00021 { 00022 } |
|
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. Definition at line 92 of file SL2_QOPPolicy.h. |