com.atlassian.crowd.manager.directory
Class NoopBeforeGroupRemoval

java.lang.Object
  extended by com.atlassian.crowd.manager.directory.NoopBeforeGroupRemoval
All Implemented Interfaces:
BeforeGroupRemoval

public class NoopBeforeGroupRemoval
extends Object
implements BeforeGroupRemoval

An implementation of BeforeGroupRemoval which does nothing.


Constructor Summary
NoopBeforeGroupRemoval()
           
 
Method Summary
 void beforeRemoveGroup(long directoryId, String groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopBeforeGroupRemoval

public NoopBeforeGroupRemoval()
Method Detail

beforeRemoveGroup

public void beforeRemoveGroup(long directoryId,
                              String groupName)
Specified by:
beforeRemoveGroup in interface BeforeGroupRemoval


Copyright © 2016 Atlassian. All Rights Reserved.