org.codehaus.plexus.redback.common.ldap
Class UserUpdate

java.lang.Object
  extended by org.codehaus.plexus.redback.common.ldap.UserUpdate

public class UserUpdate
extends java.lang.Object

Version:
$Id: UserUpdate.java 680 2009-01-01 22:09:45Z olamy $

Constructor Summary
UserUpdate(javax.naming.directory.Attributes created, javax.naming.directory.Attributes modified, javax.naming.directory.Attributes removed)
           
 
Method Summary
 javax.naming.directory.Attributes getAddedAttributes()
           
 javax.naming.directory.Attributes getModifiedAttributes()
           
 javax.naming.directory.Attributes getRemovedAttributes()
           
 boolean hasAdditions()
           
 boolean hasModifications()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserUpdate

public UserUpdate(javax.naming.directory.Attributes created,
                  javax.naming.directory.Attributes modified,
                  javax.naming.directory.Attributes removed)
Method Detail

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-2011 Codehaus. All Rights Reserved.