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

eu.ginere.base.web.connectors.rights.DummyRightConnector Maven / Gradle / Ivy

package eu.ginere.base.web.connectors.rights;

public class DummyRightConnector implements RightConnectorInterface{

	public DummyRightConnector(){
		
	}
	
	@Override
	public boolean hasRight(String userId, String rightId) {
		// TODO Auto-generated method stub
		return true;
	}

	public void subscriveApplicationRights(
			RightInterface[] applicationPermision) {
		
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy