Datasnap.DSSession.TDSAuthSession.GetAuthRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSAuthSession

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