C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Authentication

Show file Open project: TeamMentor-OWASP/Master Class Usage Examples

Public Properties

Property Type Description
disable_CSRF_Check bool
tmWebServices TM_WebServices

Public Methods

Method Description
TM_Authentication ( HandleUrlRequest handleUrlRequest ) : System
TM_Authentication ( TM_WebServices _tmWebServices ) : System
check_CSRF_Token ( ) : bool
mapUserRoles ( ) : TM_Authentication
mapUserRoles ( bool _disable_CSRF_Check ) : TM_Authentication

Method Details

TM_Authentication() public method

public TM_Authentication ( HandleUrlRequest handleUrlRequest ) : System
handleUrlRequest HandleUrlRequest
return System

TM_Authentication() public method

public TM_Authentication ( TM_WebServices _tmWebServices ) : System
_tmWebServices TM_WebServices
return System

check_CSRF_Token() public method

public check_CSRF_Token ( ) : bool
return bool

mapUserRoles() public method

public mapUserRoles ( ) : TM_Authentication
return TM_Authentication

mapUserRoles() public method

public mapUserRoles ( bool _disable_CSRF_Check ) : TM_Authentication
_disable_CSRF_Check bool
return TM_Authentication

Property Details

disable_CSRF_Check public property

public bool disable_CSRF_Check
return bool

tmWebServices public property

public TM_WebServices,SecurityInnovation.TeamMentor.WebClient.WebServices tmWebServices
return TM_WebServices