de.swm.gwt.client.authorization.IUserRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
/*
* @copyright (c) 2014 SWM Services GmbH
*/
package de.swm.gwt.client.authorization;
/**
* Interface fuer Benutzerrollen.
*
* @copyright 2013 SWM Services GmbH
*/
public interface IUserRole {
/**
* Liefert die ActiveDirectory-Gruppe, mit der diese Rolle verwaltet wird.
* @return Bezeichnung der AD-Gruppe
*/
String getGroup();
}