9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License, Version 1.0 only
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# (the "License"). You may not use this file except in compliance
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# trunk/opends/resource/legal-notices/OpenDS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# add the following below this CDDL HEADER, with the fields enclosed
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# by brackets "[]" replaced with your own identifying information:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright 2006-2008 Sun Microsystems, Inc.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# This file contains schema definitions from RFC 2713, which defines a
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# mechanism for storing serialized Java objects in the Directory Server.
9512fe850e98fdd448c638ca63fdd92a8a510255ahldn: cn=schema
9512fe850e98fdd448c638ca63fdd92a8a510255ahlobjectClass: top
9512fe850e98fdd448c638ca63fdd92a8a510255ahlobjectClass: ldapSubentry
9512fe850e98fdd448c638ca63fdd92a8a510255ahlobjectClass: subschema
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.6 NAME 'javaClassName'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DESC 'Fully qualified name of distinguished Java class or interface'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl X-ORIGIN 'RFC 2713' )
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.7 NAME 'javaCodebase'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DESC 'URL(s) specifying the location of class definition'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
9512fe850e98fdd448c638ca63fdd92a8a510255ahl X-ORIGIN 'RFC 2713' )
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.13 NAME 'javaClassNames'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DESC 'Fully qualified Java class or interface name' EQUALITY caseExactMatch
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' )
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.8 NAME 'javaSerializedData'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DESC 'Serialized form of a Java object' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
9512fe850e98fdd448c638ca63fdd92a8a510255ahl SINGLE-VALUE X-ORIGIN 'RFC 2713' )
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.10 NAME 'javaFactory'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl DESC 'Fully qualified Java class name of a JNDI object factory'
9512fe850e98fdd448c638ca63fdd92a8a510255ahl EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl X-ORIGIN 'RFC 2713' )
9512fe850e98fdd448c638ca63fdd92a8a510255ahlattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.11 NAME 'javaReferenceAddress'
DESC 'Addresses associated with a JNDI Reference' EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.12 NAME 'javaDoc'
DESC 'The Java documentation for the class' EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2713' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer'
DESC 'Container for a Java object' SUP top STRUCTURAL MUST ( cn )
X-ORIGIN 'RFC 2713' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject'
DESC 'Java object representation' SUP top ABSTRACT MUST ( javaClassName )
MAY ( javaClassNames $ javaCodebase $ javaDoc $ description )
X-ORIGIN 'RFC 2713' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject'
DESC 'Java serialized object' SUP javaObject AUXILIARY
MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject'
DESC 'Java marshalled object' SUP javaObject AUXILIARY
MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' )
objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference'
DESC 'JNDI reference' SUP javaObject AUXILIARY
MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' )