| | |
| | | import org.opends.server.api.ClientConnection; |
| | | import org.opends.server.api.ConnectionHandler; |
| | | import org.opends.server.core.*; |
| | | import org.opends.server.core.networkgroups.NetworkGroup; |
| | | import org.opends.server.protocols.internal.InternalSearchOperation; |
| | | import org.opends.server.protocols.internal.SearchRequest; |
| | | import org.opends.server.types.*; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public NetworkGroup getNetworkGroup() |
| | | { |
| | | return NetworkGroup.getAdminNetworkGroup(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void handleNotification(Notification notif, Object handback) |
| | | { |
| | | // We don't have the expected notification |