#include <SL3_ObjectCredentialsPolicy.h>
Inheritance diagram for TAO::SL3::ObjectCredentialsPolicy:
Public Member Functions | |
ObjectCredentialsPolicy (const SecurityLevel3::OwnCredentialsList &creds) | |
Constructor. | |
SecurityLevel3::ObjectCredentialsPolicy Methods | |
Methods required by the SecurityLevel3::ObjectCredentialsPolicy interface. | |
virtual SecurityLevel3::OwnCredentialsList * | creds_list () throw (CORBA::SystemException) |
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 | |
~ObjectCredentialsPolicy (void) | |
Destructor. | |
Private Attributes | |
SecurityLevel3::OwnCredentialsList | creds_list_ |
List of POA-specific OwnCredentials. |
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.
Definition at line 51 of file SL3_ObjectCredentialsPolicy.h.
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. Definition at line 19 of file SL3_ObjectCredentialsPolicy.cpp.
00020 { 00021 } |
|
|
|
|
|
|
|
|
|
List of POA-specific OwnCredentials.
Definition at line 94 of file SL3_ObjectCredentialsPolicy.h. |