Datasnap.DSSession.TDSSession.GetAuthRoles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSession

Delphi

procedure GetAuthRoles(ServerMethod: TDSServerMethod; out AuthorizedRoles,
DeniedRoles: TStrings);  virtual;

C++

virtual void __fastcall GetAuthRoles(Datasnap::Dscommonserver::TDSServerMethod* ServerMethod, /* out */ System::Classes::TStrings* &AuthorizedRoles, /* out */ System::Classes::TStrings* &DeniedRoles);

Description

Gets authorized and denied roles associated with the given server method.

The GetAuthRoles method gets authorized and denied roles associated with the given server method.

See Also