| 
    Leosac
    0.7.0
    
   OpenSourceAccessControl 
   | 
 
#include <AuthFileInstance.hpp>
Public Member Functions | |
| AuthResult (bool s, ::Leosac::Auth::IAccessProfilePtr p, ::Leosac::Auth::UserPtr u) | |
Public Attributes | |
| bool | success | 
| Wether access shall be granted, or not.  More... | |
| ::Leosac::Auth::IAccessProfilePtr | profile | 
| Profile used to grant or deny access.  More... | |
| ::Leosac::Auth::UserPtr | user | 
| A user object representing the user who made the authentication attempt.  More... | |
Definition at line 39 of file AuthFileInstance.hpp.
      
  | 
  inline | 
Definition at line 41 of file AuthFileInstance.hpp.
| ::Leosac::Auth::IAccessProfilePtr Leosac::Module::Auth::AuthResult::profile | 
Profile used to grant or deny access.
May be null if no corresponding to the auth source were found.
Definition at line 57 of file AuthFileInstance.hpp.
| bool Leosac::Module::Auth::AuthResult::success | 
Wether access shall be granted, or not.
Definition at line 52 of file AuthFileInstance.hpp.
| ::Leosac::Auth::UserPtr Leosac::Module::Auth::AuthResult::user | 
A user object representing the user who made the authentication attempt.
Definition at line 63 of file AuthFileInstance.hpp.