Datasnap.DSAuth.TDSCustomAuthenticationManager.SessionUserRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SessionUserRoles: TStrings; virtual;

C++

virtual System::Classes::TStrings* __fastcall SessionUserRoles();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

Description

Returns the current user's UserRoles.

SessionUserRoles returns the current user's list of associated roles, as populated in the OnUserAuthenticate event.