summaryrefslogtreecommitdiffstats
path: root/ldap/cm/v4confs/412/java-object-schema.conf
blob: bd65232b9f64d1be497e734a506370d66dbfa2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
# Schema for storing java objects and java object references

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

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

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
		javaClassNames,
		javaCodebase,
		javaDoc,
		description

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

objectclass javaMarshalledObject
	oid 1.3.6.1.4.1.42.2.27.4.2.8
	superior javaObject
	requires
		javaSerializedData