#include <SSLIOP_TargetCredentials.h>
Inheritance diagram for TAO::SSLIOP::TargetCredentials:
Public Member Functions | |
TargetCredentials (::X509 *cert,::EVP_PKEY *evp) | |
SecurityLevel3::Credentials Methods | |
Methods required by the SecurityLevel3::Credentials interface. | |
virtual SecurityLevel3::CredentialsType | creds_type () |
SecurityLevel3::TargetCredentials Methods | |
Methods required by the SecurityLevel3::TargetCredentials interface. | |
virtual char * | context_id (void) |
virtual SecurityLevel3::Principal * | client_principal () |
virtual SecurityLevel3::StatementList * | client_supporting_statements () |
virtual SecurityLevel3::ResourceNameList * | client_restricted_resources () |
virtual SecurityLevel3::Principal * | target_principal () |
virtual SecurityLevel3::StatementList * | target_supporting_statements () |
virtual SecurityLevel3::ResourceNameList * | target_restricted_resources () |
virtual SecurityLevel3::OwnCredentials_ptr | parent_credentials () |
virtual CORBA::Boolean | client_authentication (void) |
virtual CORBA::Boolean | target_authentication (void) |
virtual CORBA::Boolean | confidentiality (void) |
virtual CORBA::Boolean | integrity (void) |
virtual CORBA::Boolean | target_embodied (void) |
virtual CORBA::Boolean | target_endorsed (void) |
virtual void | release (void) |
This class implements SSLIOP-specific SecurityLevel3::TargetCredentials.
Definition at line 41 of file SSLIOP_TargetCredentials.h.
|
|
|
Definition at line 72 of file SSLIOP_TargetCredentials.cpp.
00073 {
00074 throw CORBA::NO_IMPLEMENT ();
00075 }
|
|
Definition at line 30 of file SSLIOP_TargetCredentials.cpp.
00031 {
00032 throw CORBA::NO_IMPLEMENT ();
00033 }
|
|
Definition at line 42 of file SSLIOP_TargetCredentials.cpp.
00043 {
00044 throw CORBA::NO_IMPLEMENT ();
00045 }
|
|
Definition at line 36 of file SSLIOP_TargetCredentials.cpp.
00037 {
00038 throw CORBA::NO_IMPLEMENT ();
00039 }
|
|
Definition at line 84 of file SSLIOP_TargetCredentials.cpp.
00085 {
00086 throw CORBA::NO_IMPLEMENT ();
00087 }
|
|
Definition at line 24 of file SSLIOP_TargetCredentials.cpp.
00025 {
00026 throw CORBA::NO_IMPLEMENT ();
00027 }
|
|
Implements TAO::SSLIOP_Credentials. Definition at line 18 of file SSLIOP_TargetCredentials.cpp.
00019 {
00020 return SecurityLevel3::CT_TargetCredentials;
00021 }
|
|
Definition at line 90 of file SSLIOP_TargetCredentials.cpp.
00091 {
00092 throw CORBA::NO_IMPLEMENT ();
00093 }
|
|
Definition at line 66 of file SSLIOP_TargetCredentials.cpp.
00067 {
00068 throw CORBA::NO_IMPLEMENT ();
00069 }
|
|
Definition at line 108 of file SSLIOP_TargetCredentials.cpp.
00109 {
00110 throw CORBA::NO_IMPLEMENT ();
00111 }
|
|
Definition at line 78 of file SSLIOP_TargetCredentials.cpp.
00079 {
00080 throw CORBA::NO_IMPLEMENT ();
00081 }
|
|
Definition at line 96 of file SSLIOP_TargetCredentials.cpp.
00097 {
00098 throw CORBA::NO_IMPLEMENT ();
00099 }
|
|
Definition at line 102 of file SSLIOP_TargetCredentials.cpp.
00103 {
00104 throw CORBA::NO_IMPLEMENT ();
00105 }
|
|
Definition at line 48 of file SSLIOP_TargetCredentials.cpp.
00049 {
00050 throw CORBA::NO_IMPLEMENT ();
00051 }
|
|
Definition at line 60 of file SSLIOP_TargetCredentials.cpp.
00061 {
00062 throw CORBA::NO_IMPLEMENT ();
00063 }
|
|
Definition at line 54 of file SSLIOP_TargetCredentials.cpp.
00055 {
00056 throw CORBA::NO_IMPLEMENT ();
00057 }
|