mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
22.47.2007 4738da898c0e9289f0b1171d7f3023c6c834d82e
opendj-sdk/opends/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -1002,9 +1002,10 @@
   */
  @Override()
  public ConditionResult hasSubordinates(DN entryDN)
         throws DirectoryException
      throws DirectoryException
  {
    return ConditionResult.UNDEFINED;
    throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM,
        ERR_HAS_SUBORDINATES_NOT_SUPPORTED.get());
  }
@@ -1013,9 +1014,11 @@
   * {@inheritDoc}
   */
  @Override()
  public long numSubordinates(DN entryDN) throws DirectoryException
  public long numSubordinates(DN entryDN, boolean subtree)
      throws DirectoryException
  {
    return -1;
    throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM,
        ERR_NUM_SUBORDINATES_NOT_SUPPORTED.get());
  }