You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > ActiveDirectoryUser Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ActiveDirectoryUser Class

This section describes the Web Service methods used with Ektron's Active Directory. The Active Directory Web service is a wrapper for the Active Directory API: Ektron.Cms.API.User.ADUser. These methods can be accessed through the ActiveDirectoryUser.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/ActiveDirectoryUser.asmx

 

IMPORTANT: If you are accessing these Web Services remotely, you will need to set the authentication header.

C#
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class ActiveDirectoryUser : EktronBaseService;
Visual Basic
<WebService(Namespace = "http://tempuri.org/")>
<WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)>
Public Class ActiveDirectoryUser
Inherits EktronBaseService

ActiveDirectoryUser.cs

Name 
Description 
The methods of the ActiveDirectoryUser class are listed here. 
 
Name 
Description 
 
This function allows you add Active Directory groups to the CMS.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Updates the group with a new group name.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Update the user with new user details.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads the CMS and Active Directory name.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Used to load required Synch, Desynch and relationship flags of the configured Active Directory.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads all of the Active Directory groups by a given domain and filter.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads all available Active Directory users.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads all the CMS groups that need to be synchronized.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads all the CMS relationships that need to be synchronized with Active Directory.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads all the CMS users that need to be synchronized with Active Directory.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Loads a list of domains from Active Directory.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Updates the given CMS group corresponding to the Active Directory group.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Maps the given user ID to the corresponding Active Directory entry.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Updates the Active directory information into the CMS based on the user ID and user data.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Updates Active Directory users in a CMS group.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
 
Updates the user details from the Active Directory details.
This method can be accessed through the ActiveDirectoryUser.asmx file located in:  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!