API:Datasnap.DSAuth.TDSAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSAuth.TDSCustomAuthenticationManagerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSAuthenticationManager
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: Datasnap.DSAuth

Delphi

TDSAuthenticationManager = class(TDSCustomAuthenticationManager)

C++

class PASCALIMPLEMENTATION TDSAuthenticationManager : public TDSCustomAuthenticationManager

Description

Component for providing authentication and authorization checks for user connections and invocations.

Datasnap.DSAuth.TDSAuthenticationManager inherits from Datasnap.DSAuth.TDSCustomAuthenticationManager. All content below this line refers to Datasnap.DSAuth.TDSCustomAuthenticationManager.

Component for providing authentication and authorization checks for user connections and invocations.

TDSCustomAuthenticationManager is a component that allows for implementing an authentication and authorization event, as well as specifying role items for creating TRoleAuth instances for server methods and classes. Authentication can allow or deny connections to the server, while Authorization can allow or deny invocation of specific server methods.