API:Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnUserAuthorize: TDSAuthorizationEvent read GetOnUserAuthorize write FOnUserAuthorize;

C++

__property OnUserAuthorize;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSAuthenticationManager

Beschreibung

Ereignis zum Ausführen der Benutzerautorisierung.

Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize erbt von Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize. Der folgende Inhalt bezieht sich auf Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize.

Ereignis zum Ausführen der Benutzerautorisierung.

OnUserAuthorize verwaltet ein Ereignis zum Ausführen der Benutzerautorisierung. Das Ereignis ist des Typs TDSAuthorizationEvent und wird aufgerufen, immer wenn ein Benutzer versucht, eine Servermethode aufzurufen.

Siehe auch