#include <OW_NonAuthenticatingAuthenticator.hpp>
Inheritance diagram for OW_NAMESPACE::NonAuthenticatingAuthenticator:


Public Member Functions | |
| NonAuthenticatingAuthenticator () | |
| Allocate a new ListenerAuthenticator (auth module used by a CIM Listener product). | |
| virtual | ~NonAuthenticatingAuthenticator () |
Protected Member Functions | |
| virtual bool | doAuthenticate (String &userName, const String &info, String &details, OperationContext &context) |
| Authenticates a user. | |
| virtual void | doInit (ServiceEnvironmentIFCRef) |
| Called when authenticator is loaded Exception is thrown because other classes which derive from this may need to throw exceptions in init(). | |
Definition at line 44 of file OW_NonAuthenticatingAuthenticator.hpp.
|
|
Allocate a new ListenerAuthenticator (auth module used by a CIM Listener product).
Definition at line 43 of file OW_NonAuthenticatingAuthenticator.cpp. |
|
|
Definition at line 47 of file OW_NonAuthenticatingAuthenticator.cpp. |
|
||||||||||||||||||||
|
Authenticates a user.
Implements OW_NAMESPACE::AuthenticatorIFC. Definition at line 52 of file OW_NonAuthenticatingAuthenticator.cpp. References context, OW_NAMESPACE::OperationContext::setStringData(), OW_NAMESPACE::OperationContext::USER_NAME, and OW_NAMESPACE::OperationContext::USER_PASSWD. |
|
|
Called when authenticator is loaded Exception is thrown because other classes which derive from this may need to throw exceptions in init().
Reimplemented from OW_NAMESPACE::AuthenticatorIFC. Definition at line 61 of file OW_NonAuthenticatingAuthenticator.cpp. |
1.4.6