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

de.swm.gwt.client.authorization.IDynamicAccessRight Maven / Gradle / Ivy

The newest version!
package de.swm.gwt.client.authorization;

/**
 * Interface fuer die beliebige Rechtepruefungen.
 *
 *  @copyright 2013 SWM Services GmbH
 */
public interface IDynamicAccessRight {

	/**
	 * Prueft, ob eine Aktion autorisiert ist.
	 *
	 * Ueblicherweise als anonyme (Funktions-)Klasse verwendet.
	 *
	 * @return true, falls authorisiert.
	 */
	boolean isAuthorized();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy