Name | Type | Description |
---|---|---|
FINDER_TYPE | String | |
hostConfiguration | AD_ServerConfiguration | Active Directory host configuration settings for current AD_Host connection. |
name | String | Active directory configuration name |
Url | String | Active Directory host connection URL. Actual URL used for connection with Active Directory server. It might differ from configured values when current object represents sub-domain entity. |
Method | Returns |
---|---|
AD_HostManager.findHost(String ) | AD_Host |
Method | Returns |
---|---|
ActiveDirectory.getAllDomainControllerComputers(AD_Host ) | Object[] |
ActiveDirectory.getComputerAD(String computerName, AD_Host adServer) | AD_Computer |
ActiveDirectory.getComputerADRecursively(String , AD_Host ) | Object[] |
ActiveDirectory.getDC(AD_Host ) | ch.dunes.ad.object.interfaces.IComputer |
ActiveDirectory.search(String type, String query, AD_Host adServer) | Object[] |
ActiveDirectory.searchExactMatch(String type, String objectName, Number limit, AD_Host adServer) | Object[] |
ActiveDirectory.searchRecursively(String , String , AD_Host ) | Object[] |