@Override public List<String> getSuperiorClasses() throws LdapException { return Arrays.asList(ocDef.getSuperiorClasses()); }
@Override public List<String> getRequiredAttributes() throws LdapException { return Arrays.asList(ocDef.getRequiredAttributes()); }
@Override public String getName() { return ocDef.getNameOrOID(); }