Method | Description | |
---|---|---|
ChangeToAdminAccount ( ) : void | ||
CombineADPath ( string path1, string path2 ) : string | ||
ConnectToAD ( string ldapPath, string customADAdminAccountName, string customADAdminAccountPwd, bool novellSupport, string guidProp ) : System.DirectoryServices.DirectoryEntry | ||
ConnectToADSimple ( string ldapPath ) : System.DirectoryServices.DirectoryEntry | ||
DisableADObjectCustomProperties ( System.DirectoryServices.DirectoryEntry entry, List |
||
DisablePortalUserCustomProperties ( Node node, List |
||
DisableUserAccount ( System.DirectoryServices.DirectoryEntry adUser ) : void | ||
EnableUserAccount ( System.DirectoryServices.DirectoryEntry adUser ) : void | ||
EnsurePath ( string path ) : void | ||
GetADObjectGuid ( System.DirectoryServices.DirectoryEntry entry, string guidProp ) : Guid? | ||
GetADObjectName ( string name ) : string | ||
GetADObjectNameFromPath ( string portalPath ) : string | ||
GetADObjectPrefix ( ADObjectType adObjectType ) : string | ||
GetADObjectType ( System.DirectoryServices.DirectoryEntry entry, bool novellSupport ) : ADObjectType | ||
GetADObjectType ( |
||
GetADResultGuid ( SearchResult result, string guidProp ) : Guid? | ||
GetContainerUsers ( Node container ) : IEnumerable |
||
GetEntryValue ( System.DirectoryServices.DirectoryEntry entry, |
||
GetGuid ( byte byteArray ) : Guid? | ||
GetNodeType ( ADObjectType adObjectType ) : |
||
GetNodeValue ( Node node, |
||
GetPortalDomainName ( string ADDomainPath ) : string |
Gets the portal representative for a given AD domain
|
|
GetPortalObjectByGuid ( System.Guid guid ) : Node | ||
GetPortalObjectGuid ( Node node ) : Guid? | ||
Guid2OctetString ( System.Guid guid ) : string | ||
IsADAuthenticated ( string adPath, string domain, string username, string pwd, string userNameProp ) : bool | ||
IsADCustomAuthenticated ( string adPath, string loginPropValue, string pwd, string loginProp, string customADAdminAccountName, string customADAdminAccountPwd ) : bool | ||
IsADObjectContainer ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
IsADObjectDomain ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
IsADObjectGroup ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
IsADObjectOrgUnit ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
IsADObjectOrganization ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
IsADObjectUser ( System.DirectoryServices.DirectoryEntry adObject, bool novellSupport ) : bool | ||
IsAccountDisabled ( System.DirectoryServices.DirectoryEntry adUser, bool novellSupport ) : bool | ||
IsPortalObjectInvalid ( Node node, SearchResult result, bool novellSupport ) : bool | ||
MaximizeLength ( this s, int max ) : string | ||
PrefixDeleted ( this s ) : string | ||
PropValueCollContains ( System.DirectoryServices.PropertyValueCollection propValueColl, string value ) : bool | ||
RenameADObjectIfNecessary ( System.DirectoryServices.DirectoryEntry entry, Node node, int ADNameMaxLength, bool allowRename ) : void | ||
RestoreOriginalUser ( IUser originalUser ) : void | ||
Search ( System.DirectoryServices.DirectoryEntry searchRoot, string filter, bool novellSupport, string guidProp ) : System.DirectoryServices.SearchResultCollection | ||
SearchADObject ( System.DirectoryServices.DirectoryEntry searchRoot, string filter, bool novellSupport, string guidProp ) : System.DirectoryServices.DirectoryEntry | ||
SetEntryValue ( System.DirectoryServices.DirectoryEntry entry, |
||
SetNodeValue ( Node node, |
||
SetPassword ( System.DirectoryServices.DirectoryEntry adUser, string password ) : void | ||
SetPortalObjectGuid ( System.DirectoryServices.DirectoryEntry entry, Node node, string guidProp ) : void | ||
StripADName ( string name ) : string | ||
SyncInitialUserProperties ( |
||
SyncVirtualUserFromAD ( string adPath, System.Guid guid, |
||
SyncVirtualUserFromAD ( string adPath, string username, |
||
UpdateADUserCustomProperties ( System.DirectoryServices.DirectoryEntry entry, Node user, List |
||
UpdateLastSync ( Node node, System.Guid guid ) : void | ||
UpdatePortalUserCustomProperties ( System.DirectoryServices.DirectoryEntry entry, Node node, List |
public static ChangeToAdminAccount ( ) : void | ||
return | void |
public static CombineADPath ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |
public static ConnectToAD ( string ldapPath, string customADAdminAccountName, string customADAdminAccountPwd, bool novellSupport, string guidProp ) : System.DirectoryServices.DirectoryEntry | ||
ldapPath | string | |
customADAdminAccountName | string | |
customADAdminAccountPwd | string | |
novellSupport | bool | |
guidProp | string | |
return | System.DirectoryServices.DirectoryEntry |
public static ConnectToADSimple ( string ldapPath ) : System.DirectoryServices.DirectoryEntry | ||
ldapPath | string | |
return | System.DirectoryServices.DirectoryEntry |
public static DisableADObjectCustomProperties ( System.DirectoryServices.DirectoryEntry entry, List |
||
entry | System.DirectoryServices.DirectoryEntry | |
propertyMappings | List |
|
ADNameMaxLength | int | |
ADsAMAccountNameMaxLength | int | |
return | void |
public static DisablePortalUserCustomProperties ( Node node, List |
||
node | Node | |
propertyMappings | List |
|
return | void |
public static DisableUserAccount ( System.DirectoryServices.DirectoryEntry adUser ) : void | ||
adUser | System.DirectoryServices.DirectoryEntry | |
return | void |
public static EnableUserAccount ( System.DirectoryServices.DirectoryEntry adUser ) : void | ||
adUser | System.DirectoryServices.DirectoryEntry | |
return | void |
public static EnsurePath ( string path ) : void | ||
path | string | |
return | void |
public static GetADObjectGuid ( System.DirectoryServices.DirectoryEntry entry, string guidProp ) : Guid? | ||
entry | System.DirectoryServices.DirectoryEntry | |
guidProp | string | |
return | Guid? |
public static GetADObjectName ( string name ) : string | ||
name | string | |
return | string |
public static GetADObjectNameFromPath ( string portalPath ) : string | ||
portalPath | string | |
return | string |
public static GetADObjectPrefix ( ADObjectType adObjectType ) : string | ||
adObjectType | ADObjectType | |
return | string |
public static GetADObjectType ( System.DirectoryServices.DirectoryEntry entry, bool novellSupport ) : ADObjectType | ||
entry | System.DirectoryServices.DirectoryEntry | |
novellSupport | bool | |
return | ADObjectType |
public static GetADObjectType ( |
||
nodeType | ||
return | ADObjectType |
public static GetADResultGuid ( SearchResult result, string guidProp ) : Guid? | ||
result | SearchResult | |
guidProp | string | |
return | Guid? |
public static GetContainerUsers ( Node container ) : IEnumerable |
||
container | Node | |
return | IEnumerable |
public static GetEntryValue ( System.DirectoryServices.DirectoryEntry entry, |
||
entry | System.DirectoryServices.DirectoryEntry | |
adProp | ||
return | string |
public static GetGuid ( byte byteArray ) : Guid? | ||
byteArray | byte | |
return | Guid? |
public static GetNodeType ( ADObjectType adObjectType ) : |
||
adObjectType | ADObjectType | |
return |
public static GetNodeValue ( Node node, |
||
node | Node | |
portalProp | ||
return | string |
public static GetPortalDomainName ( string ADDomainPath ) : string | ||
ADDomainPath | string | |
return | string |
public static GetPortalObjectByGuid ( System.Guid guid ) : Node | ||
guid | System.Guid | |
return | Node |
public static GetPortalObjectGuid ( Node node ) : Guid? | ||
node | Node | |
return | Guid? |
public static Guid2OctetString ( System.Guid guid ) : string | ||
guid | System.Guid | |
return | string |
public static IsADAuthenticated ( string adPath, string domain, string username, string pwd, string userNameProp ) : bool | ||
adPath | string | |
domain | string | |
username | string | |
pwd | string | |
userNameProp | string | |
return | bool |
public static IsADCustomAuthenticated ( string adPath, string loginPropValue, string pwd, string loginProp, string customADAdminAccountName, string customADAdminAccountPwd ) : bool | ||
adPath | string | |
loginPropValue | string | |
pwd | string | |
loginProp | string | |
customADAdminAccountName | string | |
customADAdminAccountPwd | string | |
return | bool |
public static IsADObjectContainer ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
return | bool |
public static IsADObjectDomain ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
return | bool |
public static IsADObjectGroup ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
return | bool |
public static IsADObjectOrgUnit ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
return | bool |
public static IsADObjectOrganization ( System.DirectoryServices.DirectoryEntry adObject ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
return | bool |
public static IsADObjectUser ( System.DirectoryServices.DirectoryEntry adObject, bool novellSupport ) : bool | ||
adObject | System.DirectoryServices.DirectoryEntry | |
novellSupport | bool | |
return | bool |
public static IsAccountDisabled ( System.DirectoryServices.DirectoryEntry adUser, bool novellSupport ) : bool | ||
adUser | System.DirectoryServices.DirectoryEntry | |
novellSupport | bool | |
return | bool |
public static IsPortalObjectInvalid ( Node node, SearchResult result, bool novellSupport ) : bool | ||
node | Node | |
result | SearchResult | |
novellSupport | bool | |
return | bool |
public static MaximizeLength ( this s, int max ) : string | ||
s | this | |
max | int | |
return | string |
public static PrefixDeleted ( this s ) : string | ||
s | this | |
return | string |
public static PropValueCollContains ( System.DirectoryServices.PropertyValueCollection propValueColl, string value ) : bool | ||
propValueColl | System.DirectoryServices.PropertyValueCollection | |
value | string | |
return | bool |
public static RenameADObjectIfNecessary ( System.DirectoryServices.DirectoryEntry entry, Node node, int ADNameMaxLength, bool allowRename ) : void | ||
entry | System.DirectoryServices.DirectoryEntry | |
node | Node | |
ADNameMaxLength | int | |
allowRename | bool | |
return | void |
public static RestoreOriginalUser ( IUser originalUser ) : void | ||
originalUser | IUser | |
return | void |
public static Search ( System.DirectoryServices.DirectoryEntry searchRoot, string filter, bool novellSupport, string guidProp ) : System.DirectoryServices.SearchResultCollection | ||
searchRoot | System.DirectoryServices.DirectoryEntry | |
filter | string | |
novellSupport | bool | |
guidProp | string | |
return | System.DirectoryServices.SearchResultCollection |
public static SearchADObject ( System.DirectoryServices.DirectoryEntry searchRoot, string filter, bool novellSupport, string guidProp ) : System.DirectoryServices.DirectoryEntry | ||
searchRoot | System.DirectoryServices.DirectoryEntry | |
filter | string | |
novellSupport | bool | |
guidProp | string | |
return | System.DirectoryServices.DirectoryEntry |
public static SetEntryValue ( System.DirectoryServices.DirectoryEntry entry, |
||
entry | System.DirectoryServices.DirectoryEntry | |
adProp | ||
value | string | |
return | void |
public static SetNodeValue ( Node node, |
||
node | Node | |
portalProp | ||
value | string | |
return | void |
public static SetPassword ( System.DirectoryServices.DirectoryEntry adUser, string password ) : void | ||
adUser | System.DirectoryServices.DirectoryEntry | |
password | string | |
return | void |
public static SetPortalObjectGuid ( System.DirectoryServices.DirectoryEntry entry, Node node, string guidProp ) : void | ||
entry | System.DirectoryServices.DirectoryEntry | |
node | Node | |
guidProp | string | |
return | void |
public static StripADName ( string name ) : string | ||
name | string | |
return | string |
public static SyncInitialUserProperties ( |
||
user | ||
return | void |
public static SyncVirtualUserFromAD ( string adPath, System.Guid guid, |
||
adPath | string | |
guid | System.Guid | |
virtualUser | ||
propertyMappings | List |
|
customADAdminAccountName | string | |
customADAdminAccountPwd | string | |
novellSupport | bool | |
guidProp | string | |
syncUserName | bool | |
return | bool |
public static SyncVirtualUserFromAD ( string adPath, string username, |
||
adPath | string | |
username | string | |
virtualUser | ||
propertyMappings | List |
|
customADAdminAccountName | string | |
customADAdminAccountPwd | string | |
novellSupport | bool | |
guidProp | string | |
syncUserName | bool | |
return | bool |
public static UpdateADUserCustomProperties ( System.DirectoryServices.DirectoryEntry entry, Node user, List |
||
entry | System.DirectoryServices.DirectoryEntry | |
user | Node | |
propertyMappings | List |
|
enabled | bool | |
ADsAMAccountNameMaxLength | int | |
syncEnabledState | bool | |
syncUserName | bool | |
return | void |
public static UpdateLastSync ( Node node, System.Guid guid ) : void | ||
node | Node | |
guid | System.Guid | |
return | void |
public static UpdatePortalUserCustomProperties ( System.DirectoryServices.DirectoryEntry entry, Node node, List |
||
entry | System.DirectoryServices.DirectoryEntry | |
node | Node | |
propertyMappings | List |
|
syncUserName | bool | |
return | void |