TAO_Security
2.2.2
|
#include <SL3_SecurityManager.h>
Public Member Functions | |
SecurityManager (SecurityLevel3::CredentialsCurator_ptr cc) | |
Constructor. More... | |
SecurityLevel3::SecurityManager Methods | |
Methods required by the SecurityLevel3::SecurityManager interface. | |
virtual SecurityLevel3::CredentialsCurator_ptr | credentials_curator () |
virtual SecurityLevel3::TargetCredentials_ptr | get_target_credentials (CORBA::Object_ptr the_object) |
virtual SecurityLevel3::ContextEstablishmentPolicy_ptr | create_context_estab_policy (SecurityLevel3::CredsDirective creds_directive, const SecurityLevel3::OwnCredentialsList &creds_list, SecurityLevel3::FeatureDirective use_client_auth, SecurityLevel3::FeatureDirective use_target_auth, SecurityLevel3::FeatureDirective use_confidentiality, SecurityLevel3::FeatureDirective use_integrity) |
virtual SecurityLevel3::ObjectCredentialsPolicy_ptr | create_object_creds_policy (const SecurityLevel3::OwnCredentialsList &cred_list) |
Protected Member Functions | |
virtual | ~SecurityManager (void) |
Destructor. More... | |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
Private Attributes | |
SecurityLevel3::CredentialsCurator_var | credentials_curator_ |
Additional Inherited Members | |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
![]() | |
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) |
static CORBA::Object_ptr | _nil (void) |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
TAO::SL3::SecurityManager::SecurityManager | ( | SecurityLevel3::CredentialsCurator_ptr | cc | ) |
Constructor.
|
protectedvirtual |
Destructor.
Protected destructor to enforce proper memory management through the reference counting mechanism.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
The ORB-specific SecurityLevel3::CredentialsCurator reference.