Esempio n. 1
0
 @Override
 public List<String> getSuperiorClasses() throws LdapException {
   return Arrays.asList(ocDef.getSuperiorClasses());
 }
Esempio n. 2
0
 @Override
 public List<String> getRequiredAttributes() throws LdapException {
   return Arrays.asList(ocDef.getRequiredAttributes());
 }
Esempio n. 3
0
 @Override
 public String getName() {
   return ocDef.getNameOrOID();
 }