#include <PrincipalAuthenticator.h>
Inheritance diagram for TAO_PrincipalAuthenticator:
Public Methods | |
TAO_PrincipalAuthenticator (TAO_SecurityManager *manager) | |
Constructor. More... | |
Downcast Related Methods | |
Return the authentication methods supported by the given mechanism.
Methods used for downcasting and manipulating the reference count of this interface. | |
virtual Security::AuthenticationMethodList * | get_supported_authen_methods (const char *mechanism ACE_ENV_ARG_DECL_WITH_DEFAULTS) ACE_THROW_SPEC((CORBA |
virtual void * | _tao_QueryInterface (ptr_arith_t type) |
virtual const char * | _interface_repository_id (void) const |
Protected Methods | |
~TAO_PrincipalAuthenticator (void) | |
Destructor. More... | |
Private Attributes | |
ACE_Array_Base< void *> | vaults_ |
Array of registered security mechanism-specific Vaults. More... | |
TAO_SecurityManager * | security_manager_ |
Pointer to the SecurityManager that "owns" this PrincipalAuthenticator. More... |
This class implements the chain-of-responsibility design pattern to decide which security mechanism
|
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_Object. |
|
|
|
Pointer to the SecurityManager that "owns" this PrincipalAuthenticator.
|
|
Array of registered security mechanism-specific Vaults.
|