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