All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.ui.customUi.CustomUiContext Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show newest version
/**
 * @author mchyzer
 * $Id$
 */
package edu.internet2.middleware.grouper.ui.customUi;


/**
 *
 */
public enum CustomUiContext {

  /**
   * if user is using app
   */
  user,
  
  /**
   * if manager is using app
   */
  manager;
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy