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

dev.galasa.zossecurity.IZosGroup Maven / Gradle / Ivy

The newest version!
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.zossecurity;


/**
 * Represents a group 
 * 
 * @author mikebyls
 *
 */
public interface IZosGroup {

	/**
	 * Retreive the groupid
	 * 
	 * @return The userid
	 */
	public String getGroupid();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy