corbaRepositoryId
Unique repository ID, also known as type ID, for a CORBA interface. Multiple values reflect multiple interfaces, but the list is not necessarily complete.
Although the value string can be of any syntax, the following ID styles are specified:
- IDL style: 
IDL:Prefix/ModuleName/InterfaceName:VersionNumber - 
Format used for standard interface definition language (IDL) IDs.
 - RMI style: 
RMI:ClassName:HashCode[:SUID] - 
Format used by RMI-IIOP remote objects.
- 
ClassName is the fully qualified name of the class.
 - 
HashCode is the result of the object’s
hashCode()method. - 
SUID is the 64-bit stream unique identifier for the serialization version of the class.
 
 - 
 - DCE style: 
DCE:UUID - 
Format used for DCE/CORBA interoperability, where the UUID represents a DCE UUID.
 - Local
 - 
The format is defined by the local Object Request Broker (ORB).
 
OID  | 
1.3.6.1.4.1.42.2.27.4.1.15  | 
Names  | 
corbaRepositoryId  | 
Description  | 
Repository ids of interfaces implemented by a CORBA object  | 
Syntax  | 
|
Equality matching rule  | 
|
Ordering matching rule  | 
|
Substring matching rule  | 
|
Single value  | 
false: multiple values allowed  | 
User modification allowed  | 
true  | 
Usage  | 
userApplications  | 
Origin  | 
|
Schema file  | 
03-rfc2714.ldif  | 
Used by  |