Slide 35
Slide 35 text
Java Schema (RFC 2713)
• Defines different representations for Java objects so that they can
be stored in a Directory Service:
• Serialized Objects (javaSerializedObject): A serialized object is
represented in the directory by the attributes
• javaClassName, javaClassNames, javaCodebase, javaSerializedData
• JNDI References (javaNamingReference): Contains information to
assist in the creation of an instance of the object to which the reference
refers
• javaClassName, javaClassNames, javaCodebase, javaReferenceAddress,
javaFactory
• Marshalled Objects (javaMarshalledObject): Marshalling is like
serialization, except marshalling also records codebases.
• javaClassName, javaClassNames, javaSerializedData
• Remote Location (Deprecated): Store location of remote RMI objects
• javaClassName, javaRemoteLocation