TAO_Security  2.3.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TAO::Security::QOPPolicy Class Reference

Implementation of the SecurityLevel2::QOPPolicy interface. More...

#include <SL2_QOPPolicy.h>

Inheritance diagram for TAO::Security::QOPPolicy:
Inheritance graph
[legend]
Collaboration diagram for TAO::Security::QOPPolicy:
Collaboration graph
[legend]

Public Member Functions

 QOPPolicy (::Security::QOP qop)
 Constructor. More...
 
virtual ::Security::QOP qop (void)
 
CORBA::Policy Methods
virtual CORBA::PolicyType policy_type (void)
 
virtual CORBA::Policy_ptr copy (void)
 
virtual void destroy (void)
 
- Public Member Functions inherited from CORBA::Object
virtual TAO::ObjectKey_key (void)
 
virtual CORBA::ULong _hash (CORBA::ULong maximum)
 
virtual CORBA::Boolean _is_equivalent (CORBA::Object_ptr other_obj)
 
virtual CORBA::Boolean _non_existent (void)
 
virtual InterfaceDef_ptr _get_interface (void)
 
virtual CORBA::Object_ptr _get_component (void)
 
virtual char * _repository_id (void)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual void _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags)
 
virtual CORBA::Request_ptr _request (const char *operation)
 
virtual CORBA::ORB_ptr _get_orb (void)
 

Protected Member Functions

 ~QOPPolicy (void)
 Destructor. More...
 

Private Attributes

::Security::QOP const qop_
 

Additional Inherited Members

- Public Attributes inherited from SecurityLevel2::QOPPolicy
readonly attribute Security::QOP qop
 
- Public Attributes inherited from CORBA::Policy
readonly attribute PolicyType policy_type
 

Detailed Description

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.

This policy can be created by using the CORBA::ORB::create_policy() method by passing it the Security::SecQOPPolicy policy type, and the appropriate Security::QOP enumeration (inserted into a CORBA::Any).

Constructor & Destructor Documentation

TAO::Security::QOPPolicy::QOPPolicy ( ::Security::QOP  qop)

Constructor.

TAO::Security::QOPPolicy::~QOPPolicy ( void  )
protected

Destructor.

Protected destructor to enforce proper memory management through the reference counting mechansim.

Member Function Documentation

CORBA::Policy_ptr TAO::Security::QOPPolicy::copy ( void  )
virtual

Implements CORBA::Policy.

void TAO::Security::QOPPolicy::destroy ( void  )
virtual

Implements CORBA::Policy.

CORBA::PolicyType TAO::Security::QOPPolicy::policy_type ( void  )
virtual
Security::QOP TAO::Security::QOPPolicy::qop ( void  )

Return the Quality-of-Protection value associated with this policy.

Member Data Documentation

::Security::QOP const TAO::Security::QOPPolicy::qop_
private

Quality of protection which can be specified for an object reference and used to protect messages.


The documentation for this class was generated from the following files: