Search
Plugins
>
Active Directory 3.0.5
>
AD_UserGroup
>
Class AD_UserGroup
Extends
ch.dunes.ad.object.ADLeafElement
UserGroup
Attributes
Name
Type
Description
id
String
the unique Id of the element
Methods
Name
Returns
AD_UserGroup(
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
addElements
(
ch.dunes.ad.object.interfaces.IADBase[]
)
void
getComputerMembers
()
AD_Computer[]
getGroupMembers
()
AD_UserGroup[]
getMemberOf
()
AD_UserGroup[]
getSID
()
String
getUserMembers
()
AD_User[]
isDnCorrect
()
boolean
isDnCorrect
(
String[]
)
boolean
refresh
()
void
removeElements
(
ch.dunes.ad.object.interfaces.IADBase[]
)
void
Returned by
Method
Returns
AD_User.getMemberOf
()
AD_UserGroup[]
AD_UserGroup.getGroupMembers
()
AD_UserGroup[]
AD_UserGroup.getMemberOf
()
AD_UserGroup[]
Referenced in
None