org.codehaus.plexus.redback.common.ldap
Class UserUpdate
java.lang.Object
org.codehaus.plexus.redback.common.ldap.UserUpdate
public class UserUpdate
- extends java.lang.Object
|
Constructor Summary |
UserUpdate(javax.naming.directory.Attributes created,
javax.naming.directory.Attributes modified,
javax.naming.directory.Attributes removed)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserUpdate
public UserUpdate(javax.naming.directory.Attributes created,
javax.naming.directory.Attributes modified,
javax.naming.directory.Attributes removed)
getAddedAttributes
public javax.naming.directory.Attributes getAddedAttributes()
getModifiedAttributes
public javax.naming.directory.Attributes getModifiedAttributes()
getRemovedAttributes
public javax.naming.directory.Attributes getRemovedAttributes()
hasAdditions
public boolean hasAdditions()
hasModifications
public boolean hasModifications()
Copyright © 2006-2008 Codehaus. All Rights Reserved.