Added title and author.
authordousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 24 Jun 2002 21:13:38 +0000 (21:13 +0000)
committerdousti <dousti@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 24 Jun 2002 21:13:38 +0000 (21:13 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@180 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/aaLocal/CmuCtxFactory.java
src/edu/internet2/middleware/shibboleth/aaLocal/CmuDirContext.java
src/edu/internet2/middleware/shibboleth/aaLocal/EchoCtxFactory.java
src/edu/internet2/middleware/shibboleth/aaLocal/EchoDirContext.java
src/edu/internet2/middleware/shibboleth/aaLocal/SQLCtxFactory.java
src/edu/internet2/middleware/shibboleth/aaLocal/SQLDirContext.java
src/edu/internet2/middleware/shibboleth/aaLocal/attributes/eduPersonAffiliation.java
src/edu/internet2/middleware/shibboleth/aaLocal/attributes/eduPersonPrincipalName.java

index 2609c63..4e6ce98 100755 (executable)
@@ -1,5 +1,13 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+/**
+ *  Attribute Authority & Release Policy
+ *  Directory layer for CMU specific LDAP set up
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
 import java.util.Hashtable;
 import javax.naming.*;
 import javax.naming.spi.*;
index 003de55..1a1f1d2 100755 (executable)
@@ -1,5 +1,14 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+/**
+ *  Attribute Authority & Release Policy
+ *  Directory layer for CMU
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
+
 import java.util.*;
 import javax.naming.*;
 import javax.naming.directory.*;
index 764df1a..270dcf5 100755 (executable)
@@ -1,5 +1,15 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+
+/**
+ *  Attribute Authority & Release Policy
+ *  Very simple implementation of directory layer.
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
+
 import java.util.Hashtable;
 import javax.naming.*;
 import javax.naming.spi.*;
index 798e8ed..60cd4e1 100755 (executable)
@@ -1,5 +1,15 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+/**
+ *  Attribute Authority & Release Policy
+ *  Simple implementation of a trivial directory layer
+ *  mostly for demo and testing
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
+
 import java.util.*;
 import javax.naming.*;
 import javax.naming.directory.*;
index 77d98b9..3369839 100755 (executable)
@@ -1,5 +1,15 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+/**
+ *  Attribute Authority & Release Policy
+ *  Demonstration of how a SQL impl. of directory layer
+ *  might work.
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
+
 import java.util.Hashtable;
 import javax.naming.*;
 import javax.naming.spi.*;
index 0a11ab2..9f2bdad 100755 (executable)
@@ -1,5 +1,14 @@
 package edu.internet2.middleware.shibboleth.aaLocal;
 
+/**
+ *  Attribute Authority & Release Policy
+ *  Demonstration of SQL impl. for directory layer.
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
+
 import java.util.*;
 import java.sql.*;
 import javax.naming.*;
index f22cee0..cad28d8 100644 (file)
@@ -1,3 +1,12 @@
+
+/**
+ *  Attribute Authority & Release Policy
+ *  A specific class for eduPersonAffiliation attribute
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
 import edu.internet2.middleware.eduPerson.*;
 import edu.internet2.middleware.shibboleth.common.Constants; 
 import edu.internet2.middleware.shibboleth.aa.ShibAttribute;
index 23cb65c..264b9d4 100644 (file)
@@ -1,3 +1,12 @@
+
+/**
+ *  Attribute Authority & Release Policy
+ *  A specific class for EPPN
+ *
+ * @author     Parviz Dousti (dousti@cmu.edu)
+ * @created    June, 2002
+ */
+
 import edu.internet2.middleware.eduPerson.*;
 import edu.internet2.middleware.shibboleth.common.Constants; 
 import edu.internet2.middleware.shibboleth.aa.ShibAttribute;