[java-opensaml COMMIT] in /trunk/opensaml-util/src/main/java/org/opensaml/util/storage: StorageCapabilities.java Stor...

noreply at shibboleth.net noreply at shibboleth.net
Sat Feb 9 00:30:49 EST 2013


Author: scantor
Date: Sat Feb  9 00:30:49 2013
New Revision: 3219

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3219&view=rev
Log:
IDP-235: draft of storage API

Added:
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageCapabilities.java   (with props)
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageRecord.java   (with props)
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java   (with props)
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package-info.java
      - copied, changed from r3209, trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package.html
Modified:
    trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package.html

Copied: trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package-info.java (from r3209, trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package.html)
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package-info.java?p2=trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package-info.java&p1=trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package.html&r1=3209&r2=3219&rev=3219&view=diff
==============================================================================
--- trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package.html (original)
+++ trunk/opensaml-util/src/main/java/org/opensaml/util/storage/package-info.java Sat Feb  9 00:30:49 2013
@@ -1,6 +1,22 @@
-<HTML>
-<BODY>
-Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. Through
-these interfaces such data may be stored in memory, to a database, or replicated across cluster nodes.
-</BODY>
-</HTML>
+/*
+ * Licensed to the University Corporation for Advanced Internet Development, 
+ * Inc. (UCAID) under one or more contributor license agreements.  See the 
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID licenses this file to You under the Apache 
+ * License, Version 2.0 (the "License"); you may not use this file except in 
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
+ * Through these interfaces such data may be stored in memory, to a database, or replicated across cluster nodes.
+ */
+package org.opensaml.util.storage;



More information about the commits mailing list