edu.internet2.middleware.grouper.grouperUi
Class GrouperUiCustomizer

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.GrouperUiCustomizer

public class GrouperUiCustomizer
extends Object

Extend this class and configure to customize the UI


Constructor Summary
GrouperUiCustomizer()
           
 
Method Summary
static GrouperUiCustomizer instance()
          get the instance configured.
 void logout()
          logout callback, if you want to do logic on callback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperUiCustomizer

public GrouperUiCustomizer()
Method Detail

instance

public static GrouperUiCustomizer instance()
get the instance configured. Note this is cached, any changes require a restart

Returns:
the customizer

logout

public void logout()
logout callback, if you want to do logic on callback