|
TAO_Security
2.0.3
|
POA-specific Policy containing server's "own" credentials. More...
#include <SL3_ObjectCredentialsPolicy.h>

Protected Member Functions | |
| ~ObjectCredentialsPolicy (void) | |
| Destructor. | |
Protected Member Functions inherited from CORBA::LocalObject | |
| LocalObject (void) | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
Private Attributes | |
| SecurityLevel3::OwnCredentialsList | creds_list_ |
| List of POA-specific OwnCredentials. | |
Additional Inherited Members | |
Public Types inherited from CORBA::LocalObject | |
| typedef LocalObject_ptr | _ptr_type |
| typedef LocalObject_var | _var_type |
| typedef LocalObject_out | _out_type |
Public Types inherited from CORBA::Object | |
Static Public Member Functions inherited from CORBA::LocalObject | |
| static LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
| static LocalObject_ptr | _nil (void) |
| static LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
| static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
| static void | _tao_any_destructor (void *) |
| static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
| static void | tao_object_initialize (Object *) |
| static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
Protected Attributes inherited from CORBA::LocalObject | |
| ACE_Atomic_Op< TAO_SYNCH_MUTEX, unsigned long > | refcount_ |
Protected Attributes inherited from CORBA::Object | |
POA-specific Policy containing server's "own" credentials.
This policy may be passed in the PolicyList argument of PortableServer::POA::create_POA() method. Targets under that POA will have the credentials contained within this Policy associated with them.
| TAO::SL3::ObjectCredentialsPolicy::ObjectCredentialsPolicy | ( | const SecurityLevel3::OwnCredentialsList & | creds | ) |
Constructor.
|
protected |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
List of POA-specific OwnCredentials.
1.8.1