gecko-dev/directory/java-sdk/ldapsp/java-object-schema.conf

51 lines
1.2 KiB
Plaintext
Raw Normal View History

1999-06-05 01:05:59 +00:00
#
# -- Attribute types --
#
attribute javaClassName 1.3.6.1.4.1.42.2.27.4.1.6 ces single
attribute javaCodebase 1.3.6.1.4.1.42.2.27.4.1.7 ces
attribute javaSerializedData 1.3.6.1.4.1.42.2.27.4.1.8 bin single
attribute javaFactory 1.3.6.1.4.1.42.2.27.4.1.10 ces single
attribute javaReferenceAddress 1.3.6.1.4.1.42.2.27.4.1.11 ces
1999-09-15 17:03:19 +00:00
attribute javaDoc 1.3.6.1.4.1.42.2.27.4.1.12 ces
attribute javaClassNames 1.3.6.1.4.1.42.2.27.4.1.13 ces
1999-06-05 01:05:59 +00:00
#
# -- Object classes --
#
objectclass javaContainer
oid 1.3.6.1.4.1.42.2.27.4.2.1
superior top
requires
cn
objectclass javaObject
oid 1.3.6.1.4.1.42.2.27.4.2.4
superior top
requires
javaClassName
allows
1999-09-15 17:03:19 +00:00
javaClassNames,
javaCodebase,
javaDoc,
description
1999-06-05 01:05:59 +00:00
objectclass javaSerializedObject
oid 1.3.6.1.4.1.42.2.27.4.2.5
superior javaObject
requires
javaSerializedData
objectclass javaNamingReference
oid 1.3.6.1.4.1.42.2.27.4.2.7
superior javaObject
allows
javaReferenceAddress,
javaFactory
1999-09-15 17:03:19 +00:00
objectclass javaMarshalledObject
oid 1.3.6.1.4.1.42.2.27.4.2.8
superior javaObject
requires
javaSerializedData