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 ActiveDirectoryGateway |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ActiveDirectoryGateway |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ActiveDirectoryGateway |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
CheckReleaseSettings |
Reads release setting(s) from the Smartsite.config configuration file.
(Inherited from DirectoryGateway.) |
|
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.) |
|
Equals | (Inherited from Object.) | |
EscapeSpecialCharacters |
Escapes the special characters.
(Inherited from DirectoryGateway.) |
|
GetActiveDirectoryUserGroups |
Retrieve the user groups the user belongs to.
(Overrides DirectoryGateway..::GetActiveDirectoryUserGroups(String).) |
|
GetDomainUser |
Gets the domain user.
(Overrides DirectoryGateway..::GetDomainUser(String).) |
|
GetHashCode | (Inherited from Object.) | |
GetLDAPConnectionString |
Get LDAP connection string from the configuration settings.
|
|
GetSmartsiteUserId |
Gets the smartsite user id.
(Inherited from DirectoryGateway.) |
|
GetType | (Inherited from Object.) | |
GetUser |
Get Active Directory user specified by the user
(Overrides DirectoryGateway..::GetUser(DomainUser).) |
|
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.) |
Public Properties
Name | Description | |
---|---|---|
ConfigSection |
Gets the config section for AD.
(Overrides DirectoryGateway..::ConfigSection.) |
|
DashboardAccessGroup |
Gets the dashboard access group.
(Overrides DirectoryGateway..::DashboardAccessGroup.) |
|
DefaultDomain |
Gets the default AD domain.
(Overrides DirectoryGateway..::DefaultDomain.) |
|
ForceVisitorGroup |
Gets the force visitor group.
(Overrides DirectoryGateway..::ForceVisitorGroup.) |
|
ManagerAccessGroup |
Gets the manager access group.
(Overrides DirectoryGateway..::ManagerAccessGroup.) |
|
MembershipProviderName |
Gets or sets the name of the membership provider for which this gateway interacts.
|
|
SmartsiteGroup |
Gets the smartsite group.
(Overrides DirectoryGateway..::SmartsiteGroup.) |
|
StoreFullyQualifiedLoginName |
Gets a value indicating whether to store fully qualified login names.
(Overrides DirectoryGateway..::StoreFullyQualifiedLoginName.) |
|
SupportedDomains |
Returns a list of domain names which are supported through this gateway.
(Overrides DirectoryGateway..::SupportedDomains.) |
|
SwitchProviderOnSupportedDomainsList |
Determines which method of switching membership provider(s) should be used.
(Inherited from DirectoryGateway.) |
|
UpdatePrimaryGroup |
Gets a value indicating whether to update the primary group for existing users.
(Overrides DirectoryGateway..::UpdatePrimaryGroup.) |
See Also
Smartsite.Security Namespace