AuthenticationService  v0.2.0
Public Member Functions | List of all members
Joutsen.Authentication.AbstractAuthentication Class Referenceabstract

A class that provides access to authentication information registered with the current thread. More...

Public Member Functions

AuthenticatedUser GetUser ()
 
abstract IPrincipal GetPrincipal ()
 

Detailed Description

A class that provides access to authentication information registered with the current thread.

Since
0.1.0

Member Function Documentation

◆ GetPrincipal()

abstract IPrincipal Joutsen.Authentication.AbstractAuthentication.GetPrincipal ( )
pure virtual

◆ GetUser()

AuthenticatedUser Joutsen.Authentication.AbstractAuthentication.GetUser ( )