API:Datasnap.DSSession.TDSAuthSession.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: TDSAuthSession

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);

Description

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

Datasnap.DSSession.TDSAuthSession.GetAuthRoles inherits from Datasnap.DSSession.TDSSession.GetAuthRoles. All content below this line refers to Datasnap.DSSession.TDSSession.GetAuthRoles.

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