#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 (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL) 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.
|
Constructor.
|
|
Destructor. Protected destructor to enforce proper memory management through the reference counting mechanism. |
|
|
|
|
|
|
|
|
|
List of POA-specific OwnCredentials.
|