This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class DirectoryGateway |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class DirectoryGateway |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CheckReleaseSettings |
Reads release setting(s) from the Smartsite.config configuration file.
|
|
CreateDatabase |
Creates a (custom) database connection, based on the database id specified
(corresponding with an database id within Smartsite.Data.config).
This method must be called when this class is used outside a running instance of the publication engine.
|
|
CreateUserOrVisitor |
Creates the user or visitor.
|
|
Equals | (Inherited from Object.) | |
EscapeSpecialCharacters |
Escapes the special characters.
|
|
GetActiveDirectoryUserGroups |
Gets the active directory user groups.
|
|
GetDomainUser |
Gets the domain user.
|
|
GetHashCode | (Inherited from Object.) | |
GetSmartsiteUserId |
Gets the smartsite user id.
|
|
GetType | (Inherited from Object.) | |
GetUser |
Gets the user.
|
|
ToString | (Inherited from Object.) | |
TryMapUser |
Tries to map the user.
|
|
UpdateUserAccount |
Updates the user account.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Security Namespace