Class DefaultOIDAllocator

java.lang.Object
com.unboundid.ldap.sdk.persist.OIDAllocator
com.unboundid.ldap.sdk.persist.DefaultOIDAllocator
All Implemented Interfaces:
Serializable

This class provides an OID allocator implementation that will generate OIDs which are equal to the lowercase name of the associated attribute type or object class followed by "-oid". This will not result in an OID that is technically valid, but is accepted by several directory servers.
See Also: