| 
| 
  | IUmAuthenticationModule (void)=default | 
|   | Constructs an IUmAuthenticationModule instance.
  | 
|   | 
| 
  | IUmAuthenticationModule (const IUmAuthenticationModule &arg)=default | 
|   | Copy constructor.
  | 
|   | 
| 
  | IUmAuthenticationModule (IUmAuthenticationModule &&arg)=default | 
|   | Move constructor.
  | 
|   | 
| 
IUmAuthenticationModule &  | operator= (const IUmAuthenticationModule &arg)=default | 
|   | Copy-assignment operator.
  | 
|   | 
| 
IUmAuthenticationModule &  | operator= (IUmAuthenticationModule &&arg)=default | 
|   | Move-assignment operator.
  | 
|   | 
| 
virtual  | ~IUmAuthenticationModule (void)=default | 
|   | Destructs this instance and frees all resources.
  | 
|   | 
| 
virtual AuthenticationProviderList  | GetAuthenticationProviders () const =0 | 
|   | Should return the list of authentication providers that will be registered after this module starts. The provider list should stay constant, since it is used also for deregistration.
  | 
|   | 
The documentation for this class was generated from the following file: