Click or drag to resize

aceServerUserALC Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
aceServer :: collection of users and Access Level Controler
Inheritance Hierarchy

Namespace:  imbACE.Network.internet.config
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class aceServerUserALC : serverComponentBase
Request Example View Source

The aceServerUserALC type exposes the following members.

Constructors
  NameDescription
Public methodaceServerUserALC
Initializes a new instance of the aceServerUserALC class.
Top
Properties
  NameDescription
Public propertycomponentName
(Inherited from serverComponentBase.)
Public propertyinstanceName
Server instance name
(Inherited from serverComponentBase.)
Public propertyItem
Gets the aceServerUser with the specified username.
Public propertyserverInstance
Reference to IAceHttpServer
(Inherited from serverComponentBase.)
Top
Methods
  NameDescription
Public methodGetAccessLevel
Returns null if username and password are not matched
Public methodSetUser
Sets the user supplied. Use this during init sequence or during user list loading
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also