Search
Plugins
>
Active Directory 3.0.5
>
AD_User
>
Class AD_User
Extends
ch.dunes.ad.object.ADLeafElement
User
Attributes
Name
Type
Description
id
String
the unique Id of the element
Methods
Name
Returns
AD_User(
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
getAccountName
()
String
getDisplayName
()
String
getEnabled
()
boolean
getGivenName
()
String
getLastLogoff
()
String
getLastLogon
()
String
getMemberOf
()
AD_UserGroup[]
getObjectClass
()
String
getObjectUID
()
String
getPrimaryGroupID
()
Number
getSID
()
String
getUserAccountControl
()
Number
getUserPrincipalName
()
String
isDnCorrect
()
boolean
isDnCorrect
(
String[]
)
boolean
setChangePasswordAtNextLogon
(
boolean
)
void
setEnabled
(
boolean
)
void
setPassword
(
String
)
void
setUserPrincipalName
(
String
)
void
Returned by
Method
Returns
AD_UserGroup.getUserMembers
()
AD_User[]
Referenced in
None