메소드 | 설명 | |
---|---|---|
GetSyncInfo ( string ldapPath ) : SyncInfo |
Gets portal info for given LDAP path. If resulting SyncInfo object's SyncTreeFound is false, no other properties are filled.
|
|
SyncAD2Portal ( ) : System | ||
SyncFromAD ( ) : void |
Syncs all objects of all configured sync trees from Active Directory(ies).
|
|
SyncObjectFromAD ( string ldapPath ) : void |
Syncs a single object from Active directory according to configuration.
|
메소드 | 설명 | |
---|---|---|
ADObjectPathSynced ( System.Guid guid, System.DirectoryServices.SearchResultCollection ADObjects, Node node ) : bool | ||
CreateNewPortalContainer ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
CreateNewPortalDomain ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
CreateNewPortalFolder ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
CreateNewPortalGroup ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
CreateNewPortalOrgUnit ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
CreateNewPortalUser ( System.DirectoryServices.DirectoryEntry entry, string parentPath, System.Guid guid, |
||
DeleteObjectsFromAD ( |
||
DeletePortalContainer ( Node node ) : void | ||
DeletePortalContainers ( |
||
DeletePortalGroup ( Node node ) : void | ||
DeletePortalGroups ( |
||
DeletePortalUser ( Node node ) : void | ||
DeletePortalUsers ( SyncTree syncTree ) : void | ||
EnsurePortalPath ( SyncTree syncTree, string ADPath, string portalParentPath ) : void | ||
GetADDomainName ( DirectoryEntry entry ) : string | ||
GetADGroupMembers ( DirectoryEntry group, SyncTree syncTree ) : ADGroupMember>.Dictionary |
||
GetAllPortalObjects ( ADObjectType objType ) : int>.Dictionary |
||
GetAllPortalObjects ( ADObjectType objType, SyncTree syncTree ) : IEnumerable |
||
GetSyncTreeForObject ( string objectPath ) : SyncTree | ||
SyncContainersFromAD ( SyncTree syncTree ) : void | ||
SyncGroupsFromAD ( SyncTree syncTree ) : void | ||
SyncObjectsFromAD ( SyncTree syncTree, ADObjectType objType, SearchResultCollection allADObjects, Action |
||
SyncOneADObject ( SearchResult result, DirectoryEntry ADentry, Guid guid, ADObjectType objType, string nodePortalParentPath, Action |
||
SyncSingleObjectFromAD ( string ldapPath ) : void | ||
SyncUsersFromAD ( SyncTree syncTree ) : void | ||
UpdatePortalContainerProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void | ||
UpdatePortalDomainProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void | ||
UpdatePortalFolderProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void | ||
UpdatePortalGroupProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void | ||
UpdatePortalOrgUnitProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void | ||
UpdatePortalUserProperties ( DirectoryEntry entry, Node node, SyncTree syncTree ) : void |
public GetSyncInfo ( string ldapPath ) : SyncInfo | ||
ldapPath | string | The LDAP path of the object, ie. CN=MyGroup,OU=MyOrg,DC=Nativ,DC=local |
리턴 | SyncInfo |
public SyncObjectFromAD ( string ldapPath ) : void | ||
ldapPath | string | The LDAP path of the object, ie. CN=MyGroup,OU=MyOrg,DC=Nativ,DC=local |
리턴 | void |