TAO_Security
2.1.2
|
Implementation of the SecurityLevel2::QOPPolicy interface. More...
#include <SL2_QOPPolicy.h>
Public Member Functions | |
QOPPolicy (::Security::QOP qop) | |
Constructor. | |
virtual ::Security::QOP | qop (void) |
CORBA::Policy Methods | |
virtual CORBA::PolicyType | policy_type (void) |
virtual CORBA::Policy_ptr | copy (void) |
virtual void | destroy (void) |
Protected Member Functions | |
~QOPPolicy (void) | |
Destructor. | |
Private Attributes | |
::Security::QOP const | qop_ |
Implementation of the SecurityLevel2::QOPPolicy interface.
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.
|
protected |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechansim.
|
virtual |
Reimplemented from CORBA::Policy.
|
virtual |
Reimplemented from CORBA::Policy.
|
virtual |
Reimplemented from CORBA::Policy.
Return the Quality-of-Protection value associated with this policy.
|
private |
Quality of protection which can be specified for an object reference and used to protect messages.