Datasnap.DSAuth.TDSCustomAuthenticationManager.Roles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Roles: TDSRoleItems read FRoleItems write SetRoleItems;

C++

__property TDSRoleItems* Roles = {read=FRoleItems, write=SetRoleItems};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

Description

Collection of role items for use with Authorization.

Roles is the collection of role items associated with the authentication manager. These roles get applied to server methods for use with Authorization.

See Also