Search

Class AD_Computer

Extends ch.dunes.ad.object.ADBase
Computer on the AD

Attributes

Name Type Description
hostname String The remote host name
id String The unique Id of the element
name String The node name

Methods

Name Returns
AD_Computer(com.vmware.o11n.plugin.ad.util.FqId , com.unboundid.ldap.sdk.LDAPInterface , com.unboundid.ldap.sdk.Entry , ch.dunes.vso.sdk.api.IPluginNotificationHandler , ch.dunes.common.plugin.MSPluginFactory ) constructor
findByTypeAndId(String , com.vmware.o11n.plugin.ad.util.FqId ) ch.dunes.common.object.interfaces.IBase
findRelation(String ) Object[]
getEnabled() boolean
getFinderType() String
getUserAccountControl() Number
hasChildrenInRelation(String ) ch.dunes.vso.sdk.api.HasChildrenResult
isDnCorrect() boolean
isDnCorrect(String[] ) boolean
setEnabled(boolean ) void

Returned by

Method Returns
ActiveDirectory.getComputerAD(String computerName, AD_Host adServer) AD_Computer
ActiveDirectory.getDC() AD_Computer
AD_OrganizationalUnit.searchComputer(String computerName) AD_Computer
AD_UserGroup.getComputerMembers() AD_Computer[]

Referenced in

None