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 class LDAPGateway |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class LDAPGateway |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CheckReleaseSettings |
Reads release setting(s) from the Smartsite.config configuration file.
(Inherited from DirectoryGateway.) |
|
CreateConnection | Overloaded. | |
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.
(Inherited from DirectoryGateway.) |
|
CreateUserOrVisitor |
Creates the user or visitor.
(Inherited from DirectoryGateway.) |
|
Dispose | ||
Equals | (Inherited from Object.) | |
EscapeSpecialCharacters |
Escapes the special characters.
(Inherited from DirectoryGateway.) |
|
GetActiveDirectoryUserGroups |
Gets the LDAP Directory user groups.
(Overrides DirectoryGateway..::GetActiveDirectoryUserGroups(String).) |
|
GetDomainUser |
Gets the domain user.
(Overrides DirectoryGateway..::GetDomainUser(String).) |
|
GetHashCode | (Inherited from Object.) | |
GetLDAPConnectionString |
Gets the LDAP connection string from the configuration settings.
|
|
GetSmartsiteUserId |
Gets the smartsite user id.
(Inherited from DirectoryGateway.) |
|
GetType | (Inherited from Object.) | |
GetUser |
Gets the LDAP Directory User specified by the domain user object.
(Overrides DirectoryGateway..::GetUser(DomainUser).) |
|
GetUserCommonName |
Gets the user common name.
|
|
InitializeConfig |
Initializes the config.
|
|
ToString | (Inherited from Object.) | |
TryMapUser |
Tries to map the user.
(Inherited from DirectoryGateway.) |
|
UpdateUserAccount |
Updates the user account.
(Overrides DirectoryGateway..::UpdateUserAccount(DomainUser, ActiveDirectoryUser, Int32).) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Security Namespace