Datasnap.DSAuth.TDSCustomAuthenticationManager.Roles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomAuthenticationManager

Delphi

property Roles: TDSRoleItems read FRoleItems write SetRoleItems;

C++

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

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