Datasnap.DSAuth.TDSAuthenticationManager.Roles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Roles: TDSRoleItems read FRoleItems write SetRoleItems;

C++

__property Roles;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSAuthenticationManager

Description

Collection of role items for use with Authorization.

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

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