NIHVIVO-70 Moved license text to top of all files, for consistency with Eclipse file templates to be created.

This commit is contained in:
rjy7 2010-01-31 04:38:14 +00:00
parent 4f2e303079
commit 076213cf5f
561 changed files with 1109 additions and 1110 deletions

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices;
import edu.cornell.mannlib.vitro.webapp.beans.ApplicationBean;
import edu.cornell.mannlib.vitro.webapp.beans.DataPropertyStatement;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import org.apache.axis.Constants;
import org.apache.axis.encoding.SerializerFactory;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.beans.ObjectProperty;
import edu.cornell.mannlib.vitro.webapp.beans.ObjectPropertyStatement;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import org.apache.axis.Constants;
import org.apache.axis.encoding.SerializerFactory;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.beans.ObjectPropertyStatement;
import org.apache.axis.Constants;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import org.apache.axis.Constants;
import org.apache.axis.encoding.SerializerFactory;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.serializers;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.serializers;
import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.beans.ObjectPropertyStatement;
import edu.cornell.mannlib.vitro.webapp.beans.ObjectProperty;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
import junit.framework.TestCase;
import org.dom4j.Element;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
import org.dom4j.Element;
import edu.cornell.mannlib.vitro.beans.Ents2Ents;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
import edu.cornell.mannlib.vitro.beans.VClass;
import edu.cornell.mannlib.vitro.webservices.xml.convert.*;
import edu.cornell.mannlib.vitro.dao.db.test.EntityDaoTest;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
import junit.framework.TestCase;
import edu.cornell.mannlib.vitro.webservices.xml.convert.*;
import edu.cornell.mannlib.vitro.beans.*;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webservices.xml.convert.test;
import org.dom4j.Element;
import org.dom4j.io.HTMLWriter;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
public class BeanDependency {
private Object bean;

View file

@ -1,6 +1,6 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.util.HashMap;
public class ButtonForm {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
public class Checkbox {
private String name = null;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.util.List;
import java.util.ArrayList;
import java.util.HashMap;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.util.Map;
public class DynamicFieldRow {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.util.List;
import java.util.LinkedList;
import java.util.HashMap;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
public class FieldHelp {
private String description = null;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;

View file

@ -1,6 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
import java.io.Serializable;
public class Option implements Serializable {

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vedit.beans;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.beans;
/**
* User Session information

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
import edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.controller;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.controller;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.forwarder;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.forwarder;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.forwarder.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.forwarder.impl;
import java.io.IOException;
import java.net.URLEncoder;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.listener;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.listener;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
public interface ChangeListener {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.listener;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.listener;
import edu.cornell.mannlib.vedit.beans.EditProcessObject;
public interface EditPreProcessor {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
import java.util.HashMap;
import java.util.ArrayList;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
import java.util.HashMap;
import javax.servlet.jsp.JspException;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
import javax.servlet.jsp.JspWriter;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
import org.apache.commons.collections.map.ListOrderedMap;
import org.apache.commons.collections.OrderedMapIterator;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.tags;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.tags;
import java.util.HashMap;
import javax.servlet.jsp.JspException;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
import java.lang.reflect.Method;
import java.text.ParseException;
import java.text.SimpleDateFormat;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;

View file

@ -1,6 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.util;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*
Porter stemmer in Java. The original paper is in

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator;
public class ValidationObject {
private boolean valid = false;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator;
public interface Validator {
public ValidationObject validate(Object obj) throws IllegalArgumentException;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import edu.cornell.mannlib.vedit.validator.*;
import java.util.HashSet;
import java.util.Iterator;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import edu.cornell.mannlib.vedit.validator.Validator;
import edu.cornell.mannlib.vedit.validator.ValidationObject;
import java.util.regex.*;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vedit.validator.impl;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vedit.validator.impl;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.filters;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.filters;
import java.io.IOException;
import javax.servlet.Filter;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import java.util.ArrayList;
/**

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
@ -8,8 +10,6 @@ import edu.cornell.mannlib.vedit.beans.LoginFormBean;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy.AuthRole;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class CuratorEditingIdentifierFactory implements IdentifierBundleFactory{
public IdentifierBundle getIdentifierBundle(ServletRequest request,

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
@ -8,8 +10,6 @@ import edu.cornell.mannlib.vedit.beans.LoginFormBean;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy.AuthRole;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class DbAdminEditingIdentifierFactory implements IdentifierBundleFactory{
public IdentifierBundle getIdentifierBundle(ServletRequest request,

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
@ -8,8 +10,6 @@ import edu.cornell.mannlib.vedit.beans.LoginFormBean;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy;
import edu.cornell.mannlib.vitro.webapp.auth.policy.RoleBasedPolicy.AuthRole;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
public class EditorEditingIdentifierFactory implements IdentifierBundleFactory{
public IdentifierBundle getIdentifierBundle(ServletRequest request,

View file

@ -1,3 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
@ -10,8 +12,6 @@ import edu.cornell.mannlib.vitro.webapp.beans.Individual;
import edu.cornell.mannlib.vitro.webapp.dao.IndividualDao;
import edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/**
* Attempts to simulate the action of NetIdIdentifierFactory.java using the
* request attribute FAKE_SELF_EDIT_NETID.

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/**
* Indicates who the user is and what roles/groups they belong to.
* The objects returned by this could be anything. For example, RoleBacedPolicy

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import java.util.List;
/**

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
import javax.servlet.ServletRequest;
import javax.servlet.http.HttpSession;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingIdentifierFactory.SelfEditing;
public abstract class RoleIdentifier implements Identifier {

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import java.io.File;
import java.io.FileFilter;
import java.io.FileInputStream;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import java.util.ArrayList;
import java.util.Collections;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.identifier;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.Authorization;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.Authorization;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.List;
import com.hp.hpl.jena.query.QuerySolutionMap;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.ArrayList;
import org.apache.commons.logging.Log;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import javax.servlet.ServletRequest;
import org.apache.commons.logging.Log;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.HashMap;
import java.util.Map;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.util.ListIterator;
import javax.servlet.ServletContext;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy;
import com.hp.hpl.jena.query.Query;
import com.hp.hpl.jena.query.QueryExecution;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
public enum Authorization {
AUTHORIZED, //explicitly authorized
UNAUTHORIZED, //explicitly not authorized

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.BasicPolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AddDataPropStmt;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.BasicPolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AddDataPropStmt;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.BasicPolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AddDataPropStmt;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
public interface PolicyDecision {
public Authorization getAuthorized();

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.RequestedAction;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AddDataPropStmt;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.AddObjectPropStmt;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import java.util.EnumSet;
import java.util.HashSet;
import java.util.ListIterator;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import java.util.HashSet;
import java.util.ListIterator;
import java.util.Set;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import java.util.EnumSet;
import java.util.HashSet;
import java.util.ListIterator;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.policy.setup;
import java.util.EnumSet;
import java.util.HashSet;
import java.util.ListIterator;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;

View file

@ -1,7 +1,6 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

View file

@ -1,7 +1,7 @@
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin;
import edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.PolicyDecision;
import edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces.VisitingPolicyIface;

Some files were not shown because too many files have changed in this diff Show more