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

org.ow2.bonita.facade.identity.Membership Maven / Gradle / Ivy

package org.ow2.bonita.facade.identity;

import java.io.Serializable;

/**
 * @author Anthony Birembaut
 *
 */
public interface Membership extends Serializable {
  
  String getUUID();
  
  Role getRole();
  
  Group getGroup();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy