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

org.lockss.safenet.EntitlementRegistryClient Maven / Gradle / Ivy

The newest version!
package org.lockss.safenet;

import java.io.IOException;

import org.lockss.app.LockssManager;

public interface EntitlementRegistryClient extends LockssManager {
  boolean isUserEntitled(String issn, String institution, String start, String end) throws IOException;
  String getInstitution(String scope) throws IOException;
  String getPublisher(String issn, String start, String end) throws IOException;
  PublisherWorkflow getPublisherWorkflow(String publisherGuid) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy