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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/extensions/InternalConnectionSecurityProvider.java
@@ -83,7 +83,6 @@
   */
  public String getSecurityMechanismName()
  {
    return "INTERNAL";
  }
@@ -94,7 +93,6 @@
   */
  public boolean isSecure()
  {
    // Internal connections are inherently secure.
    return true;
  }
@@ -122,7 +120,6 @@
                                                SocketChannel socketChannel)
         throws DirectoryException
  {
    return new InternalConnectionSecurityProvider(clientConnection,
                                                  socketChannel);
  }