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