C# Class TeamMentor.UnitTests.Authentication.Test_WindowsAuthentication

Inheritance: TM_Config_InMemory
Exibir arquivo Open project: TeamMentor/Master

Public Properties

Property Type Description
userData TeamMentor.CoreLib.TM_UserData
windowsAuthentication TeamMentor.CoreLib.WindowsAuthentication

Public Methods

Method Description
changeIndentityToBeImpersonation ( System.Security.Principal.WindowsIdentity identity ) : string

Private Methods

Method Description
TM_Authentication_mapUserRoles ( ) : void
calculateUserGroupBasedOnWindowsIdentity ( ) : void
login_Using_WindowsAuthentication ( ) : void
setup ( ) : void

Method Details

changeIndentityToBeImpersonation() public method

public changeIndentityToBeImpersonation ( System.Security.Principal.WindowsIdentity identity ) : string
identity System.Security.Principal.WindowsIdentity
return string

Property Details

userData public_oe property

public TM_UserData,TeamMentor.CoreLib userData
return TeamMentor.CoreLib.TM_UserData

windowsAuthentication public_oe property

public WindowsAuthentication,TeamMentor.CoreLib windowsAuthentication
return TeamMentor.CoreLib.WindowsAuthentication