#include <PrincipalAuthenticator.h>
Inheritance diagram for TAO_PrincipalAuthenticator:
Downcast Related Methods | |
Methods used for downcasting and manipulating the reference count of this interface. | |
typedef TAO_PrincipalAuthenticator_ptr | _ptr_type |
typedef TAO_PrincipalAuthenticator_var | _var_type |
virtual const char * | _interface_repository_id (void) const |
TAO_PrincipalAuthenticator_ptr | _duplicate (TAO_PrincipalAuthenticator_ptr obj) |
TAO_PrincipalAuthenticator_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
TAO_PrincipalAuthenticator_ptr | _nil (void) |
Public Methods | |
TAO_PrincipalAuthenticator (TAO_SecurityManager *manager) | |
Constructor. | |
void | register_vault (SecurityReplaceable::Vault_ptr vault ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
SecurityLevel2::PrincipalAuthenticator Methods | |
virtual Security::AuthenticationMethodList * | get_supported_authen_methods (const char *mechanism ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual Security::AuthenticationStatus | authenticate (Security::AuthenticationMethod method, const char *mechanism, const char *security_name, const CORBA::Any &auth_data, const Security::AttributeList &privileges, SecurityLevel2::Credentials_out creds, CORBA::Any_out continuation_data, CORBA::Any_out auth_specific_data ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual Security::AuthenticationStatus | continue_authentication (const CORBA::Any &response_data, SecurityLevel2::Credentials_ptr creds, CORBA::Any_out continuation_data, CORBA::Any_out auth_specific_data ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Continue partially completed authentication process. | |
Protected Methods | |
~TAO_PrincipalAuthenticator (void) | |
Destructor. | |
Private Attributes | |
ACE_Array_Base< void * > | vaults_ |
Array of registered security mechanism-specific Vaults. | |
TAO_SecurityManager * | security_manager_ |
This class implements the chain-of-responsibility design pattern to decide which security mechanism
|
Reimplemented from CORBA::LocalObject. |
|
Reimplemented from CORBA::LocalObject. |
|
Constructor.
|
|
Destructor. Protected destructor to enforce the fact this class is reference counted, and should not be destroyed using delete() by anything other than the reference counting mechanism. |
|
|
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::LocalObject. |
|
Reimplemented from CORBA::LocalObject. |
|
Created Credentials will be placed in the SecurityManager object's own_credentials list. If authenticate() returns with a Security::SecAuthContinue, e.g. due to an inability to complete authentication in a single operation, then authentication must completed using the continue_authentication() method. |
|
Continue partially completed authentication process.
|
|
Return the authentication methods supported by the given mechanism. |
|
|
|
Pointer to the SecurityManager that "owns" this PrincipalAuthenticator. |
|
Array of registered security mechanism-specific Vaults.
|