RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter Class

TBaseEndUserAdapter contains user information.

Pascal
TBaseEndUserAdapter = class(TDefaultFieldsAdapter, IWebEndUser);
C++
class TBaseEndUserAdapter : public TDefaultFieldsAdapter, public IWebEndUser;

WebAdapt

TBaseEndUserAdapter contains information about a user such as their name, access rights, and whether they are logged in. TBaseEndUserAdapter has default fields to represent the end user's display name and login state. It has default actions for logging a user in and logging a user out. End user adapters are responsible validating end user access. For example, when the end user attempts to access a page, the end-user adapter is called to determine whether the end user has rights to access the page. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!